Github API - Test Config

mutation publishSponsorsTier

Publish an existing sponsorship tier that is currently still a draft to a GitHub Sponsors profile.

Arguments
input PublishSponsorsTierInput

PublishSponsorsTierInput [input]

Autogenerated input type of PublishSponsorsTier

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

tierId ID

The ID of the draft tier to publish.

API:
Github GraphQL API

Parameters for PublishSponsorsTier

Returns
PublishSponsorsTierPayload

PublishSponsorsTierPayload [object]

Autogenerated return type of PublishSponsorsTier

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorsTier SponsorsTier

The tier that was published.

API:
Github GraphQL API
API:
Github GraphQL API