Browse the extensions reference

mappings

returns StructureList

List all active mapping structures.

Arguments

None. The graph is chosen by the URL, never by an argument.

Returns StructureList

Flat list of structures within a taxonomy.

FieldTypeDescription
structures[Structure!]!

Example

query
{ mappings }
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": "{ mappings }"}'