Skip to main content

CreateBloodSugarInsulinReportDocumentInput

Input for the generation of blood sugar/Insulin report PDF file.

input CreateBloodSugarInsulinReportDocumentInput {
clientId: ClientID!
month: Date!
}

Fields

CreateBloodSugarInsulinReportDocumentInput.clientId ● ClientID! non-null scalar

ID of the client

CreateBloodSugarInsulinReportDocumentInput.month ● Date! non-null scalar

Month of the report

Member Of

createBloodSugarInsulinReportDocument mutation