Object GitHub::SponsorsTierAdminInfo

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

Fields

sponsorships(after: String, before: String, first: Int, last: Int, includePrivate: Boolean = false, orderBy: SponsorshipOrder): SponsorshipConnection!

The sponsorships associated with this tier.

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.

includePrivate: Boolean = false

Whether or not to include private sponsorships in the result set

orderBy: SponsorshipOrder

Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.

Uses

SponsorsTier.adminInfo