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