returns StructureList
List all active mapping structures.
None. The graph is chosen by the URL, never by an argument.
Flat list of structures within a taxonomy.
| Field | Type | Description |
|---|---|---|
| structures | [Structure!]! | — |
{ mappings }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": "{ mappings }"}'