returns Int!
Count of arcs contributed by a taxonomy.
| Name | Type | Description |
|---|---|---|
| taxonomyId | ID! | The taxonomy whose arcs to count. |
| associationType | String | Count only arcs of this type. |
| structureId | ID | Count only arcs within this structure. |
{ libraryTaxonomyArcCount(taxonomyId: "...") }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: \"...\") }"}'