CreateExhibitionDocumentTypePayload
Defines the payload for creating a document type.
type CreateExhibitionDocumentTypePayload {
documentType: DocumentType!
}
Fields
CreateExhibitionDocumentTypePayload.documentType
● DocumentType!
non-null interface
The created document type.
Returned By
createExhibitionDocumentType
mutation