CancelSponsorshipPayload
Payload when canceling the status for a sponsorship booking.
type CancelSponsorshipPayload {
sponsorship: Sponsorship!
}
Fields
CancelSponsorshipPayload.sponsorship ● Sponsorship! non-null object
The sponsorship booking that was updated.
Returned By
cancelSponsorship mutation