ProcessRecordingInput
The input for the createReportCard mutation.
input ProcessRecordingInput {
recordedAt: Time!
recording: Upload!
}
Fields
ProcessRecordingInput.recordedAt ● Time! non-null scalar
The date and time when the recording was taken.
ProcessRecordingInput.recording ● Upload! non-null scalar
The employees voice recording file in m4a format.
Member Of
processRecording mutation