UpdatePresentationDocumentTypePayload
Payload when updating a document type for a presentation.
type UpdatePresentationDocumentTypePayload {
documentType: DocumentType!
}
Fields
UpdatePresentationDocumentTypePayload.documentType ● DocumentType! non-null interface
The updated document type.
Returned By
updatePresentationDocumentType mutation