Browse the extensions reference

libraryTaxonomyArcCount

returns Int!

Count of arcs contributed by a taxonomy.

Arguments

NameTypeDescription
taxonomyIdID!The taxonomy whose arcs to count.
associationTypeStringCount only arcs of this type.
structureIdIDCount only arcs within this structure.

Example

query
{ libraryTaxonomyArcCount(taxonomyId: "...") }
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": "{ libraryTaxonomyArcCount(taxonomyId: \"...\") }"}'