Github API - Test Config

PublishSponsorsTierPayload [object]

Autogenerated return type of PublishSponsorsTier

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

sponsorsTier SponsorsTier

SponsorsTier [object]

A GitHub Sponsors tier associated with a GitHub Sponsors listing.

Implements
Node
Attributes

SponsorsTier information only visible to users that can administer the associated Sponsors listing.

closestLesserValueTier SponsorsTier

Get a different tier for this tier's maintainer that is at the same frequency
as this tier but with an equal or lesser cost. Returns the published tier with
the monthly price closest to this tier's without going over.

createdAt DateTime

Identifies the date and time when the object was created.

description String

The description of the tier.

descriptionHTML HTML

The tier description rendered to HTML

id ID

The Node ID of the SponsorsTier object

isCustomAmount Boolean

Whether this tier was chosen at checkout time by the sponsor rather than
defined ahead of time by the maintainer who manages the Sponsors listing.

isOneTime Boolean

Whether this tier is only for use with one-time sponsorships.

monthlyPriceInCents Int

How much this tier costs per month in cents.

monthlyPriceInDollars Int

How much this tier costs per month in USD.

name String

The name of the tier.

sponsorsListing SponsorsListing

The sponsors listing that this tier belongs to.

updatedAt DateTime

Identifies the date and time when the object was last updated.

API:
Github GraphQL API

The tier that was published.

API:
Github GraphQL API