Skip to main content

DeleteSponsorshipDocumentTypeInput

Defines the input for deleting a document type for a sponsorship.

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

Fields

DeleteSponsorshipDocumentTypeInput.documentTypeId ● ID! non-null scalar

The identifier for the document type.

DeleteSponsorshipDocumentTypeInput.eventId ● ID! non-null scalar

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

Member Of

deleteSponsorshipDocumentType mutation