Browse the extensions reference

libraryElementEquivalents

returns LibraryEquivalence

Return the equivalence fan-out (FAC ↔ us-gaap collapse).

Arguments

NameTypeDescription
idID!The element whose equivalence fan-out to return.

Returns LibraryEquivalence

An element and its equivalence peers. Answers "what other concepts mean the same thing as this one" — the FAC→us-gaap collapse pattern rendered as an API shape.

FieldTypeDescription
elementLibraryElement!
equivalents[LibraryElement!]!

Example

query
{ libraryElementEquivalents(id: "rec_...") }
curl
curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "{ libraryElementEquivalents(id: \"rec_...\") }"}'