DeleteSponsorshipPayload
Payload returned when deleting a sponsorship booking.
type DeleteSponsorshipPayload {
success: Boolean!
}
Fields
DeleteSponsorshipPayload.success ● Boolean! non-null scalar
A flag indicating whether the sponsorship booking was deleted successfully.
Returned By
deleteSponsorship mutation