UpdateReportSheetReportCardInput
No description
input UpdateReportSheetReportCardInput {
clientId: ClientID
id: ReportCardID!
recordedAt: Time
reportEntries: [ReportEntryInput]
}
Fields
UpdateReportSheetReportCardInput.clientId ● ClientID scalar
The id of the client for whom the report card is intended.
UpdateReportSheetReportCardInput.id ● ReportCardID! non-null scalar
The unique identifier of the card.
UpdateReportSheetReportCardInput.recordedAt ● Time scalar
The updated time
UpdateReportSheetReportCardInput.reportEntries ● [ReportEntryInput] list input
The measurements taken (for VitalSignReportCard updates)
Member Of
updateReportSheetReportCard mutation