Skip to main content

CreateClientReportSheetDocumentInput

Input for the creation of a client report sheet for a month

input CreateClientReportSheetDocumentInput {
clientId: ClientID!
endDate: Date
showCancelled: Boolean
startDate: Date
types: [ServiceArea]
}

Fields

CreateClientReportSheetDocumentInput.clientId ● ClientID! non-null scalar

ID of the client

CreateClientReportSheetDocumentInput.endDate ● Date scalar

Date, until which the report sheet of the client is to be returned

CreateClientReportSheetDocumentInput.showCancelled ● Boolean scalar

Shows whether the cancelled report sheet entries should be returned. Defaults to FALSE.

CreateClientReportSheetDocumentInput.startDate ● Date scalar

Starting date of the report sheet of the client

CreateClientReportSheetDocumentInput.types ● [ServiceArea] list enum

Types of report sheet entries to be returned

Member Of

createClientReportSheetDocument mutation