Object GitHub::SponsorsListing

A GitHub Sponsors listing.

Fields

createdAt: DateTime!

Identifies the date and time when the object was created.

fullDescription: String!

The full description of the listing.

fullDescriptionHTML: HTML!

The full description of the listing rendered to HTML.

id: ID!

name: String!

The listing's full name.

shortDescription: String!

The short description of the listing.

slug: String!

The short name of the listing.

tiers(after: String, before: String, first: Int, last: Int, orderBy: SponsorsTierOrder = {field: MONTHLY_PRICE_IN_CENTS, direction: ASC}): SponsorsTierConnection

The published tiers for this GitHub Sponsors listing.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

orderBy: SponsorsTierOrder = {field: MONTHLY_PRICE_IN_CENTS, direction: ASC}

Ordering options for Sponsors tiers returned from the connection.

Uses

Organization.sponsorsListing

Query.sponsorsListing

SponsorsTier.sponsorsListing

User.sponsorsListing

Sponsorable.sponsorsListing

Node