UpdateSponsorshipPayload
Payload when updating a sponsorship booking for a contact.
type UpdateSponsorshipPayload {
sponsorship: Sponsorship!
}
Fields
UpdateSponsorshipPayload.sponsorship ● Sponsorship! non-null object
The sponsorship booking that was updated.
Returned By
updateSponsorship mutation