UpdatePresentationDocumentTypeInput
Defines the input for updating a document type.
input UpdatePresentationDocumentTypeInput {
documentTypeId: ID!
eventId: ID!
format: DocumentFormat
isPresentationSupportingDocument: Boolean
name: String
order: NonNegativeInt
sizeLimit: NonNegativeInt
uniqueCode: String
}
Fields
UpdatePresentationDocumentTypeInput.documentTypeId
● ID!
non-null scalar
The identifier for the document type.