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
orderBy: SponsorsTierOrder = {field: MONTHLY_PRICE_IN_CENTS, direction: ASC}
Ordering options for Sponsors tiers returned from the connection.