DeletePresentationDocumentTypeInput
Defines the input for deleting a document type for a presentation.
input DeletePresentationDocumentTypeInput {
documentTypeId: ID!
eventId: ID!
}
Fields
DeletePresentationDocumentTypeInput.documentTypeId
● ID!
non-null scalar
The identifier for the document type.
DeletePresentationDocumentTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the document type is associated with.
Member Of
deletePresentationDocumentType
mutation