Entities that can be sponsored through GitHub Sponsors
estimatedNextSponsorsPayoutInCents : Int!
hasSponsorsListing : Boolean!
isSponsoredBy
(
accountLogin: String!
)
:
Boolean!
isSponsoringViewer : Boolean!
monthlyEstimatedSponsorsIncomeInCents : Int!
sponsoring
(
after: String
before: String
first: Int
last: Int
orderBy: SponsorOrder
)
:
SponsorConnection!
sponsors
(
after: String
before: String
first: Int
last: Int
tierId: ID
orderBy: SponsorOrder
)
:
SponsorConnection!
sponsorsActivities
(
after: String
before: String
first: Int
last: Int
period: SponsorsActivityPeriod
orderBy: SponsorsActivityOrder
)
:
SponsorsActivityConnection!
sponsorsListing : SponsorsListing
sponsorshipForViewerAsSponsor : Sponsorship
sponsorshipForViewerAsSponsorable : Sponsorship
sponsorshipNewsletters
(
after: String
before: String
first: Int
last: Int
orderBy: SponsorshipNewsletterOrder
)
:
SponsorshipNewsletterConnection!
sponsorshipsAsMaintainer
(
after: String
before: String
first: Int
last: Int
includePrivate: Boolean
orderBy: SponsorshipOrder
)
:
SponsorshipConnection!
sponsorshipsAsSponsor
(
after: String
before: String
first: Int
last: Int
orderBy: SponsorshipOrder
)
:
SponsorshipConnection!
viewerCanSponsor : Boolean!
viewerIsSponsoring : Boolean!