EditReportEntryInput
Input for editing of a report sheet entry
input EditReportEntryInput {
area: ServiceArea!
clientId: ClientID!
comment: String
recordedAt: LocalDateTime!
workItemId: TourWorkItemID
}
Fields
EditReportEntryInput.area ● ServiceArea! non-null enum
The service area of the entry (Ambulant care, daycare of private)
EditReportEntryInput.clientId ● ClientID! non-null scalar
ID of the related client.
EditReportEntryInput.comment ● String scalar
Comment to the current entry
EditReportEntryInput.recordedAt ● LocalDateTime! non-null scalar
The date and time when the entry was created
EditReportEntryInput.workItemId ● TourWorkItemID scalar
ID of the work item.
Member Of
editReportEntry mutation