Skip to main content

AddDaycareWorkItemInput

Input for adding a daycare work item

input AddDaycareWorkItemInput {
careDegree: CareDegreeLevel
clientId: ClientID!
date: Date!
}

Fields

AddDaycareWorkItemInput.careDegree ● CareDegreeLevel enum

Override the care degree of the client. This is used to enforce something by the PDL.

AddDaycareWorkItemInput.clientId ● ClientID! non-null scalar

The client required to be added.

AddDaycareWorkItemInput.date ● Date! non-null scalar

The day this client should be added.

Member Of

addDaycareWorkItem mutation