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 @@ -23579,6 +23579,41 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2357923579 orderBy: SponsorshipNewsletterOrder = {field: CREATED_AT, direction: DESC}
2358023580 ): SponsorshipNewsletterConnection!
2358123581
23582+ """
23583+ This object's sponsorships as the maintainer.
23584+ """
23585+ sponsorshipForViewerAsSponsorable: Sponsorship
23586+
23587+ """
23588+ List of sponsorship updates sent from this sponsorable to sponsors.
23589+ """
23590+ sponsorshipNewsletters(
23591+ """
23592+ Returns the elements in the list that come after the specified cursor.
23593+ """
23594+ after: String
23595+
23596+ """
23597+ Returns the elements in the list that come before the specified cursor.
23598+ """
23599+ before: String
23600+
23601+ """
23602+ Returns the first _n_ elements from the list.
23603+ """
23604+ first: Int
23605+
23606+ """
23607+ Returns the last _n_ elements from the list.
23608+ """
23609+ last: Int
23610+
23611+ """
23612+ Ordering options for sponsorship updates returned from the connection.
23613+ """
23614+ orderBy: SponsorshipNewsletterOrder = {field: CREATED_AT, direction: DESC}
23615+ ): SponsorshipNewsletterConnection!
23616+
2358223617 """
2358323618 This object's sponsorships as the maintainer.
2358423619 """
You can’t perform that action at this time.
0 commit comments