returns LibraryEquivalence
Return the equivalence fan-out (FAC ↔ us-gaap collapse).
| Name | Type | Description |
|---|---|---|
| id | ID! | The element whose equivalence fan-out to return. |
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.
| Field | Type | Description |
|---|---|---|
| element | LibraryElement! | — |
| equivalents | [LibraryElement!]! | — |
{ libraryElementEquivalents(id: "rec_...") }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_...\") }"}'