CreateSponsorshipPayload
Payload when creating a sponsorship booking.
type CreateSponsorshipPayload {
sponsorship: Sponsorship!
}
Fields
CreateSponsorshipPayload.sponsorship ● Sponsorship! non-null object
The sponsorship that was created.
Returned By
createSponsorship mutation