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

Commit 96450aa

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

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
@@ -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
"""

0 commit comments

Comments
 (0)