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