UpdateExhibitionDocumentTypePayload
Payload when updating a document type for an exhibition.
type UpdateExhibitionDocumentTypePayload {
documentType: DocumentType!
}
Fields
UpdateExhibitionDocumentTypePayload.documentType
● DocumentType!
non-null interface
The updated document type.
Returned By
updateExhibitionDocumentType
mutation