Skip to main content

DeleteSponsorshipInput

Defines the input for deleting a sponsorship in an event.

input DeleteSponsorshipInput {
contactId: ID!
eventId: ID!
sponsorshipId: ID!
}

Fields

DeleteSponsorshipInput.contactId ● ID! non-null scalar

The identifier of the contact the sponsorship is associated with.

DeleteSponsorshipInput.eventId ● ID! non-null scalar

The identifier of the event the sponsorship is associated with.

DeleteSponsorshipInput.sponsorshipId ● ID! non-null scalar

The identifier of the sponsorship.

Member Of

deleteSponsorship mutation