This repository was archived by the owner on Apr 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -23544,6 +23544,41 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2354423544 orderBy: SponsorshipNewsletterOrder = {field: CREATED_AT, direction: DESC}
2354523545 ): SponsorshipNewsletterConnection!
2354623546
23547+ """
23548+ This object's sponsorships as the maintainer.
23549+ """
23550+ sponsorshipForViewerAsSponsorable: Sponsorship
23551+
23552+ """
23553+ List of sponsorship updates sent from this sponsorable to sponsors.
23554+ """
23555+ sponsorshipNewsletters(
23556+ """
23557+ Returns the elements in the list that come after the specified cursor.
23558+ """
23559+ after: String
23560+
23561+ """
23562+ Returns the elements in the list that come before the specified cursor.
23563+ """
23564+ before: String
23565+
23566+ """
23567+ Returns the first _n_ elements from the list.
23568+ """
23569+ first: Int
23570+
23571+ """
23572+ Returns the last _n_ elements from the list.
23573+ """
23574+ last: Int
23575+
23576+ """
23577+ Ordering options for sponsorship updates returned from the connection.
23578+ """
23579+ orderBy: SponsorshipNewsletterOrder = {field: CREATED_AT, direction: DESC}
23580+ ): SponsorshipNewsletterConnection!
23581+
2354723582 """
2354823583 This object's sponsorships as the maintainer.
2354923584 """
You can’t perform that action at this time.
0 commit comments