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