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
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.