Skip to content

Commit 255ccd8

Browse files
authored
Merge branch 'github:main' into main-git-branch--m-main-<BRANCH>-git-fetch-origin-git-branch--u-origin/<BRANCH>-<BRANCH>-git-remote-set-head-origin--a
2 parents c394b38 + e755446 commit 255ccd8

5 files changed

Lines changed: 81 additions & 28 deletions

File tree

data/graphql/ghec/schema.docs.graphql

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26600,7 +26600,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2660026600
): SponsorshipNewsletterConnection!
2660126601

2660226602
"""
26603-
This object's sponsorships as the maintainer.
26603+
The sponsorships where this user or organization is the maintainer receiving the funds.
2660426604
"""
2660526605
sponsorshipsAsMaintainer(
2660626606
"""
@@ -26642,7 +26642,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2664226642
): SponsorshipConnection!
2664326643

2664426644
"""
26645-
This object's sponsorships as the sponsor.
26645+
The sponsorships where this user or organization is the funder.
2664626646
"""
2664726647
sponsorshipsAsSponsor(
2664826648
"""
@@ -46003,7 +46003,7 @@ interface Sponsorable {
4600346003
): SponsorshipNewsletterConnection!
4600446004

4600546005
"""
46006-
This object's sponsorships as the maintainer.
46006+
The sponsorships where this user or organization is the maintainer receiving the funds.
4600746007
"""
4600846008
sponsorshipsAsMaintainer(
4600946009
"""
@@ -46045,7 +46045,7 @@ interface Sponsorable {
4604546045
): SponsorshipConnection!
4604646046

4604746047
"""
46048-
This object's sponsorships as the sponsor.
46048+
The sponsorships where this user or organization is the funder.
4604946049
"""
4605046050
sponsorshipsAsSponsor(
4605146051
"""
@@ -47747,7 +47747,7 @@ type SponsorsListing implements Node {
4774747747
sponsorable: Sponsorable!
4774847748

4774947749
"""
47750-
The published tiers for this GitHub Sponsors listing.
47750+
The tiers for this GitHub Sponsors profile.
4775147751
"""
4775247752
tiers(
4775347753
"""
@@ -47765,6 +47765,15 @@ type SponsorsListing implements Node {
4776547765
"""
4776647766
first: Int
4776747767

47768+
"""
47769+
Whether to include tiers that aren't published. Only admins of the Sponsors
47770+
listing can see draft tiers. Only admins of the Sponsors listing and viewers
47771+
who are currently sponsoring on a retired tier can see those retired tiers.
47772+
Defaults to including only published tiers, which are visible to anyone who
47773+
can see the GitHub Sponsors profile.
47774+
"""
47775+
includeUnpublished: Boolean = false
47776+
4776847777
"""
4776947778
Returns the last _n_ elements from the list.
4777047779
"""
@@ -56419,7 +56428,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
5641956428
): SponsorshipNewsletterConnection!
5642056429

5642156430
"""
56422-
This object's sponsorships as the maintainer.
56431+
The sponsorships where this user or organization is the maintainer receiving the funds.
5642356432
"""
5642456433
sponsorshipsAsMaintainer(
5642556434
"""
@@ -56461,7 +56470,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
5646156470
): SponsorshipConnection!
5646256471

5646356472
"""
56464-
This object's sponsorships as the sponsor.
56473+
The sponsorships where this user or organization is the funder.
5646556474
"""
5646656475
sponsorshipsAsSponsor(
5646756476
"""

data/graphql/schema.docs.graphql

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26600,7 +26600,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2660026600
): SponsorshipNewsletterConnection!
2660126601

2660226602
"""
26603-
This object's sponsorships as the maintainer.
26603+
The sponsorships where this user or organization is the maintainer receiving the funds.
2660426604
"""
2660526605
sponsorshipsAsMaintainer(
2660626606
"""
@@ -26642,7 +26642,7 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2664226642
): SponsorshipConnection!
2664326643

2664426644
"""
26645-
This object's sponsorships as the sponsor.
26645+
The sponsorships where this user or organization is the funder.
2664626646
"""
2664726647
sponsorshipsAsSponsor(
2664826648
"""
@@ -46003,7 +46003,7 @@ interface Sponsorable {
4600346003
): SponsorshipNewsletterConnection!
4600446004

4600546005
"""
46006-
This object's sponsorships as the maintainer.
46006+
The sponsorships where this user or organization is the maintainer receiving the funds.
4600746007
"""
4600846008
sponsorshipsAsMaintainer(
4600946009
"""
@@ -46045,7 +46045,7 @@ interface Sponsorable {
4604546045
): SponsorshipConnection!
4604646046

4604746047
"""
46048-
This object's sponsorships as the sponsor.
46048+
The sponsorships where this user or organization is the funder.
4604946049
"""
4605046050
sponsorshipsAsSponsor(
4605146051
"""
@@ -47747,7 +47747,7 @@ type SponsorsListing implements Node {
4774747747
sponsorable: Sponsorable!
4774847748

4774947749
"""
47750-
The published tiers for this GitHub Sponsors listing.
47750+
The tiers for this GitHub Sponsors profile.
4775147751
"""
4775247752
tiers(
4775347753
"""
@@ -47765,6 +47765,15 @@ type SponsorsListing implements Node {
4776547765
"""
4776647766
first: Int
4776747767

47768+
"""
47769+
Whether to include tiers that aren't published. Only admins of the Sponsors
47770+
listing can see draft tiers. Only admins of the Sponsors listing and viewers
47771+
who are currently sponsoring on a retired tier can see those retired tiers.
47772+
Defaults to including only published tiers, which are visible to anyone who
47773+
can see the GitHub Sponsors profile.
47774+
"""
47775+
includeUnpublished: Boolean = false
47776+
4776847777
"""
4776947778
Returns the last _n_ elements from the list.
4777047779
"""
@@ -56419,7 +56428,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
5641956428
): SponsorshipNewsletterConnection!
5642056429

5642156430
"""
56422-
This object's sponsorships as the maintainer.
56431+
The sponsorships where this user or organization is the maintainer receiving the funds.
5642356432
"""
5642456433
sponsorshipsAsMaintainer(
5642556434
"""
@@ -56461,7 +56470,7 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectNextOwn
5646156470
): SponsorshipConnection!
5646256471

5646356472
"""
56464-
This object's sponsorships as the sponsor.
56473+
The sponsorships where this user or organization is the funder.
5646556474
"""
5646656475
sponsorshipsAsSponsor(
5646756476
"""

lib/graphql/static/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Argument <code>includeUnpublished: Boolean</code> added to field <code>SponsorsListing.tiers</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2023-01-15"
14+
},
215
{
316
"schemaChanges": [
417
{

lib/graphql/static/schema-dotcom.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37999,7 +37999,7 @@
3799937999
},
3800038000
{
3800138001
"name": "sponsorshipsAsMaintainer",
38002-
"description": "<p>This object's sponsorships as the maintainer.</p>",
38002+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
3800338003
"type": "SponsorshipConnection!",
3800438004
"id": "sponsorshipconnection",
3800538005
"kind": "objects",
@@ -38081,7 +38081,7 @@
3808138081
},
3808238082
{
3808338083
"name": "sponsorshipsAsSponsor",
38084-
"description": "<p>This object's sponsorships as the sponsor.</p>",
38084+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
3808538085
"type": "SponsorshipConnection!",
3808638086
"id": "sponsorshipconnection",
3808738087
"kind": "objects",
@@ -62953,7 +62953,7 @@
6295362953
},
6295462954
{
6295562955
"name": "tiers",
62956-
"description": "<p>The published tiers for this GitHub Sponsors listing.</p>",
62956+
"description": "<p>The tiers for this GitHub Sponsors profile.</p>",
6295762957
"type": "SponsorsTierConnection",
6295862958
"id": "sponsorstierconnection",
6295962959
"kind": "objects",
@@ -62989,6 +62989,17 @@
6298962989
"href": "/graphql/reference/scalars#int"
6299062990
}
6299162991
},
62992+
{
62993+
"name": "includeUnpublished",
62994+
"defaultValue": false,
62995+
"description": "<p>Whether to include tiers that aren't published. Only admins of the Sponsors\nlisting can see draft tiers. Only admins of the Sponsors listing and viewers\nwho are currently sponsoring on a retired tier can see those retired tiers.\nDefaults to including only published tiers, which are visible to anyone who\ncan see the GitHub Sponsors profile.</p>",
62996+
"type": {
62997+
"name": "Boolean",
62998+
"id": "boolean",
62999+
"kind": "scalars",
63000+
"href": "/graphql/reference/scalars#boolean"
63001+
}
63002+
},
6299263003
{
6299363004
"name": "last",
6299463005
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -71430,7 +71441,7 @@
7143071441
},
7143171442
{
7143271443
"name": "sponsorshipsAsMaintainer",
71433-
"description": "<p>This object's sponsorships as the maintainer.</p>",
71444+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
7143471445
"type": "SponsorshipConnection!",
7143571446
"id": "sponsorshipconnection",
7143671447
"kind": "objects",
@@ -71512,7 +71523,7 @@
7151271523
},
7151371524
{
7151471525
"name": "sponsorshipsAsSponsor",
71515-
"description": "<p>This object's sponsorships as the sponsor.</p>",
71526+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
7151671527
"type": "SponsorshipConnection!",
7151771528
"id": "sponsorshipconnection",
7151871529
"kind": "objects",
@@ -76152,7 +76163,7 @@
7615276163
},
7615376164
{
7615476165
"name": "sponsorshipsAsMaintainer",
76155-
"description": "<p>This object's sponsorships as the maintainer.</p>",
76166+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
7615676167
"type": "SponsorshipConnection!",
7615776168
"id": "sponsorshipconnection",
7615876169
"kind": "objects",
@@ -76234,7 +76245,7 @@
7623476245
},
7623576246
{
7623676247
"name": "sponsorshipsAsSponsor",
76237-
"description": "<p>This object's sponsorships as the sponsor.</p>",
76248+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
7623876249
"type": "SponsorshipConnection!",
7623976250
"id": "sponsorshipconnection",
7624076251
"kind": "objects",

lib/graphql/static/schema-ghec.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37999,7 +37999,7 @@
3799937999
},
3800038000
{
3800138001
"name": "sponsorshipsAsMaintainer",
38002-
"description": "<p>This object's sponsorships as the maintainer.</p>",
38002+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
3800338003
"type": "SponsorshipConnection!",
3800438004
"id": "sponsorshipconnection",
3800538005
"kind": "objects",
@@ -38081,7 +38081,7 @@
3808138081
},
3808238082
{
3808338083
"name": "sponsorshipsAsSponsor",
38084-
"description": "<p>This object's sponsorships as the sponsor.</p>",
38084+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
3808538085
"type": "SponsorshipConnection!",
3808638086
"id": "sponsorshipconnection",
3808738087
"kind": "objects",
@@ -62953,7 +62953,7 @@
6295362953
},
6295462954
{
6295562955
"name": "tiers",
62956-
"description": "<p>The published tiers for this GitHub Sponsors listing.</p>",
62956+
"description": "<p>The tiers for this GitHub Sponsors profile.</p>",
6295762957
"type": "SponsorsTierConnection",
6295862958
"id": "sponsorstierconnection",
6295962959
"kind": "objects",
@@ -62989,6 +62989,17 @@
6298962989
"href": "/graphql/reference/scalars#int"
6299062990
}
6299162991
},
62992+
{
62993+
"name": "includeUnpublished",
62994+
"defaultValue": false,
62995+
"description": "<p>Whether to include tiers that aren't published. Only admins of the Sponsors\nlisting can see draft tiers. Only admins of the Sponsors listing and viewers\nwho are currently sponsoring on a retired tier can see those retired tiers.\nDefaults to including only published tiers, which are visible to anyone who\ncan see the GitHub Sponsors profile.</p>",
62996+
"type": {
62997+
"name": "Boolean",
62998+
"id": "boolean",
62999+
"kind": "scalars",
63000+
"href": "/graphql/reference/scalars#boolean"
63001+
}
63002+
},
6299263003
{
6299363004
"name": "last",
6299463005
"description": "<p>Returns the last <em>n</em> elements from the list.</p>",
@@ -71430,7 +71441,7 @@
7143071441
},
7143171442
{
7143271443
"name": "sponsorshipsAsMaintainer",
71433-
"description": "<p>This object's sponsorships as the maintainer.</p>",
71444+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
7143471445
"type": "SponsorshipConnection!",
7143571446
"id": "sponsorshipconnection",
7143671447
"kind": "objects",
@@ -71512,7 +71523,7 @@
7151271523
},
7151371524
{
7151471525
"name": "sponsorshipsAsSponsor",
71515-
"description": "<p>This object's sponsorships as the sponsor.</p>",
71526+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
7151671527
"type": "SponsorshipConnection!",
7151771528
"id": "sponsorshipconnection",
7151871529
"kind": "objects",
@@ -76152,7 +76163,7 @@
7615276163
},
7615376164
{
7615476165
"name": "sponsorshipsAsMaintainer",
76155-
"description": "<p>This object's sponsorships as the maintainer.</p>",
76166+
"description": "<p>The sponsorships where this user or organization is the maintainer receiving the funds.</p>",
7615676167
"type": "SponsorshipConnection!",
7615776168
"id": "sponsorshipconnection",
7615876169
"kind": "objects",
@@ -76234,7 +76245,7 @@
7623476245
},
7623576246
{
7623676247
"name": "sponsorshipsAsSponsor",
76237-
"description": "<p>This object's sponsorships as the sponsor.</p>",
76248+
"description": "<p>The sponsorships where this user or organization is the funder.</p>",
7623876249
"type": "SponsorshipConnection!",
7623976250
"id": "sponsorshipconnection",
7624076251
"kind": "objects",

0 commit comments

Comments
 (0)