Skip to main content

DeleteExhibitionDocumentTypeInput

Defines the input for deleting a document type for an exhibition.

input DeleteExhibitionDocumentTypeInput {
documentTypeId: ID!
eventId: ID!
}

Fields

DeleteExhibitionDocumentTypeInput.documentTypeId ● ID! non-null scalar

The identifier for the document type.

DeleteExhibitionDocumentTypeInput.eventId ● ID! non-null scalar

The identifier of the event the document type is associated with.

Member Of

deleteExhibitionDocumentType mutation