Schema referenceTypesInputsCreateExhibitionDocumentTypeInputOn this pageCreateExhibitionDocumentTypeInputDefines the input for creating a document type for an exhibition. input CreateExhibitionDocumentTypeInput { eventId: ID! format: DocumentFormat! name: String! order: NonNegativeInt! sizeLimit: NonNegativeInt uniqueCode: String} Fields