Graphql fields and variables for the accountingTable query
Last updated 5 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query accountingTable ($year: Int, $entityId: ID, $table: String) { accountingTable (year: $year, entityId: $entityId, table: $table) { } }
year
Int
entityId
ID
table
String