Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit d5f4f43

Browse files
author
Create or Update Pull Request Action
committed
WIP: github schema.graphql changed - please review
1 parent 96450aa commit d5f4f43

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

example/github/schema.graphql

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)