CancelSponsorshipInput
Define the input for cancelling a sponsorship.
input CancelSponsorshipInput {
contactId: ID!
eventId: ID!
sponsorshipId: ID!
}
Fields
CancelSponsorshipInput.contactId ● ID! non-null scalar
The identifier of the contact the sponsorship is associated with.
CancelSponsorshipInput.eventId ● ID! non-null scalar
The identifier of the event the sponsorship is associated with.
CancelSponsorshipInput.sponsorshipId ● ID! non-null scalar
The identifier of the sponsorship.
Member Of
cancelSponsorship mutation