AddClientCareDegreeInput
Status and statusDueDate are optional. Both parameters must be set or not.
input AddClientCareDegreeInput {
clientId: ClientID!
endDate: Date
level: CareDegreeLevel!
notes: String
startDate: Date!
}
Fields
AddClientCareDegreeInput.clientId ● ClientID! non-null scalar
ID of the client
AddClientCareDegreeInput.endDate ● Date scalar
End date of the new care degree. Optional.
AddClientCareDegreeInput.level ● CareDegreeLevel! non-null enum
Level of the new care degree
AddClientCareDegreeInput.notes ● String scalar
Further explanatory notes. Optional
AddClientCareDegreeInput.startDate ● Date! non-null scalar
Start date of the new care degree
Member Of
addClientCareDegree mutation