Github API - Test Config

SponsorsTierConnection [object]

The connection type for SponsorsTier.

Attributes
edges SponsorsTierEdge []

SponsorsTierEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API