Skip to main content

createPatientDocument

This mutation is for creating a new patient document.

createPatientDocument(
patient: ID!
name: String!
type: String!
): NewPatientDocumentPayload

Arguments

createPatientDocument.patient ● ID! non-null scalar

createPatientDocument.name ● String! non-null scalar

File or folder name. Maximum length is 128 UTF-8 bytes (not Unicode code points). Accented characters may use more than one byte. Values exceeding this limit are rejected.

createPatientDocument.type ● String! non-null scalar

Type

NewPatientDocumentPayload object

The type representing the patient document to create.