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