FreeTextRecordResponsePayload
A free text record in a consultation or the error related to the operation.
type FreeTextRecordResponsePayload {
data: FreeTextRecord
error: String
}
Fields
FreeTextRecordResponsePayload.data ● FreeTextRecord object
FreeTextRecordResponsePayload.error ● String scalar
Returned By
createFreeTextRecord mutation ● updateFreeTextRecord mutation