Browse the extensions reference

closingBookStructures

returns ClosingBookStructures

Closing book sidebar navigation (statements, schedules, rollups, etc.).

Arguments

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

Returns ClosingBookStructures

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.

FieldTypeDescription
categories[ClosingBookCategory!]!
hasDataBoolean!

Example

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