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