Github API - Test Config

mutation cancelSponsorship

Cancel an active sponsorship.

Arguments
input CancelSponsorshipInput

CancelSponsorshipInput [input]

Autogenerated input type of CancelSponsorship

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorId ID

The ID of the user or organization who is acting as the sponsor, paying for
the sponsorship. Required if sponsorLogin is not given.

sponsorLogin String

The username of the user or organization who is acting as the sponsor, paying
for the sponsorship. Required if sponsorId is not given.

sponsorableId ID

The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.

sponsorableLogin String

The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.

API:
Github GraphQL API

Parameters for CancelSponsorship

Returns
CancelSponsorshipPayload

CancelSponsorshipPayload [object]

Autogenerated return type of CancelSponsorship

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorsTier SponsorsTier

The tier that was being used at the time of cancellation.

API:
Github GraphQL API
API:
Github GraphQL API