returns [ChartTemplate!]!
Shipped chart-of-accounts templates for initialize-chart-of-accounts.
None. The graph is chosen by the URL, never by an argument.
A shipped chart-of-accounts template for initialize-chart-of-accounts — the fresh-company path to native books.
| Field | Type | Description |
|---|---|---|
| key | String! | — |
| displayName | String! | — |
| description | String! | — |
| accountCount | Int! | — |
{ chartTemplates { key displayName description accountCount } }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": "{ chartTemplates { key displayName description accountCount } }"}'