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