accountingTable
Graphql fields and variables for the accountingTable query
query accountingTable ($year: Int, $entityId: ID, $table: String) {
accountingTable (year: $year, entityId: $entityId, table: $table) {
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
