Skip to main content

UpdateCommentCardInput

No description

input UpdateCommentCardInput {
clientId: ClientID
comments: [ObservationEntryInput]
id: ReportCardID!
recordedAt: Time
}

Fields

UpdateCommentCardInput.clientId ● ClientID scalar

The id of the client for whom the report card is intended.

UpdateCommentCardInput.comments ● [ObservationEntryInput] list input

The measurements taken (for VitalSignReportCard updates)

UpdateCommentCardInput.id ● ReportCardID! non-null scalar

The unique identifier of the card.

UpdateCommentCardInput.recordedAt ● Time scalar

The updated time

Member Of

updateCommentReportCard mutation