Interface GitHub::Sponsorable
Entities that can be sponsored through GitHub Sponsors
Fields
sponsorsListing: SponsorsListing
The GitHub Sponsors listing for this user.
sponsorshipsAsMaintainer(after: String, before: String, first: Int, last: Int, includePrivate: Boolean = false, orderBy: SponsorshipOrder): SponsorshipConnection!
This object's sponsorships as the maintainer.
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.
sponsorshipsAsSponsor(after: String, before: String, first: Int, last: Int, orderBy: SponsorshipOrder): SponsorshipConnection!
This object's sponsorships as the sponsor.
Args
orderBy: SponsorshipOrder
Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer.