RefreshPerformanceReportInput
Input for refreshPerformanceReport mutation.
input RefreshPerformanceReportInput {
clientId: ClientID!
month: Date!
serviceArea: ServiceArea
}
Fields
RefreshPerformanceReportInput.clientId ● ClientID! non-null scalar
The client this performance report belongs to.
RefreshPerformanceReportInput.month ● Date! non-null scalar
The month of the performance report to refresh.
RefreshPerformanceReportInput.serviceArea ● ServiceArea enum
(Optional) Only refresh parts of the performance report.
Member Of
refreshPerformanceReport mutation