CreateFreeTextRecordDataInput
Data representing the created free text record.
input CreateFreeTextRecordDataInput {
patientId: ID!
consultationId: String
sectionTitle: String
question: String!
answer: String!
}
Fields
CreateFreeTextRecordDataInput.patientId ● ID! non-null scalar
CreateFreeTextRecordDataInput.consultationId ● String scalar
CreateFreeTextRecordDataInput.sectionTitle ● String scalar
CreateFreeTextRecordDataInput.question ● String! non-null scalar
CreateFreeTextRecordDataInput.answer ● String! non-null scalar
Member Of
createFreeTextRecord mutation