Skip to main content

UpdateSisReportCardInput

The input for the updateReportCard mutation.

input UpdateSisReportCardInput {
clientId: ClientID
id: ReportCardID!
recordedAt: Time
topics: SisTopicsInput
}

Fields

UpdateSisReportCardInput.clientId ● ClientID scalar

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

UpdateSisReportCardInput.id ● ReportCardID! non-null scalar

The unique identifier of the card.

UpdateSisReportCardInput.recordedAt ● Time scalar

The updated time

UpdateSisReportCardInput.topics ● SisTopicsInput input

The topics content generated by the ai (for SisReportCard updates)

Member Of

updateSisReportCard mutation