Github API - Test Config

mutation retireSponsorsTier

Retire a published payment tier from your GitHub Sponsors profile so it cannot be used to start new sponsorships.

Arguments
input RetireSponsorsTierInput

RetireSponsorsTierInput [input]

Autogenerated input type of RetireSponsorsTier

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

tierId ID

The ID of the published tier to retire.

API:
Github GraphQL API

Parameters for RetireSponsorsTier

Returns
RetireSponsorsTierPayload

RetireSponsorsTierPayload [object]

Autogenerated return type of RetireSponsorsTier

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorsTier SponsorsTier

The tier that was retired.

API:
Github GraphQL API
API:
Github GraphQL API