Browse the extensions reference

structures

returns StructureList

List active structures.

Arguments

NameTypeDescription
taxonomyIdStringFilter to structures of one taxonomy.
blockTypeStringFilter to one block type.

Returns StructureList

Flat list of structures within a taxonomy.

FieldTypeDescription
structures[Structure!]!

Example

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