Skip to main content

AddClientCareDegreeInput

Status and statusDueDate are optional. Both parameters must be set or not.

input AddClientCareDegreeInput {
clientId: ClientID!
currentStatus: CareDegreeStatusInput
level: CareDegreeLevel!
}

Fields

AddClientCareDegreeInput.clientId ● ClientID! non-null scalar

AddClientCareDegreeInput.currentStatus ● CareDegreeStatusInput input

AddClientCareDegreeInput.level ● CareDegreeLevel! non-null enum

Member Of

addClientCareDegree mutation