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

createPatientDocument.type ● String! non-null scalar

Type

NewPatientDocumentPayload object

The type representing the patient document to create.