Skip to main content

UpdateInterviewDaycareInput

Updates the daycare information of the counselling interview.

input UpdateInterviewDaycareInput {
applyCompensationSurcharge: Boolean
clientId: ClientID!
cycle: Cycle
daycare: Boolean!
}

Fields

UpdateInterviewDaycareInput.applyCompensationSurcharge ● Boolean scalar

Set true if the compensation surcharge should be applied as well.

UpdateInterviewDaycareInput.clientId ● ClientID! non-null scalar

Unique identifier of the client this interview belongs to.

UpdateInterviewDaycareInput.cycle ● Cycle scalar

(Optional) The cycle to be use for daycare and compensation surcharge benefit. It's always matching for both. If not set, it fallbacks to the default cycle.

UpdateInterviewDaycareInput.daycare ● Boolean! non-null scalar

Set true if the daycare is applied to the interview.

Member Of

updateInterviewDaycare mutation