returns ClosingBookStructures
Closing book sidebar navigation (statements, schedules, rollups, etc.).
None. The graph is chosen by the URL, never by an argument.
The closing book navigation tree — categories + items the UI
uses to render the period-close workspace. has_data=False when
the graph has no posted entries yet.
| Field | Type | Description |
|---|---|---|
| categories | [ClosingBookCategory!]! | — |
| hasData | Boolean! | — |
{ closingBookStructures { hasData } }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": "{ closingBookStructures { hasData } }"}'