Skip to content

Commit 96cc479

Browse files
authored
Merge pull request #31848 from github/repo-sync
Repo sync
2 parents 3899a1a + bed8c4f commit 96cc479

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

data/graphql/ghec/schema.docs.graphql

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19561,7 +19561,7 @@ type LinkedBranch implements Node {
1956119561
}
1956219562

1956319563
"""
19564-
The connection type for LinkedBranch.
19564+
A list of branches linked to an issue.
1956519565
"""
1956619566
type LinkedBranchConnection {
1956719567
"""
@@ -19771,7 +19771,7 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
1977119771
}
1977219772

1977319773
"""
19774-
The connection type for Mannequin.
19774+
A list of mannequins.
1977519775
"""
1977619776
type MannequinConnection {
1977719777
"""
@@ -29932,7 +29932,7 @@ enum OrganizationInvitationType {
2993229932
}
2993329933

2993429934
"""
29935-
The connection type for User.
29935+
A list of users who belong to the organization.
2993629936
"""
2993729937
type OrganizationMemberConnection {
2993829938
"""
@@ -45696,7 +45696,7 @@ type RepositoryMigration implements Migration & Node {
4569645696
}
4569745697

4569845698
"""
45699-
The connection type for RepositoryMigration.
45699+
A list of migrations.
4570045700
"""
4570145701
type RepositoryMigrationConnection {
4570245702
"""
@@ -49277,7 +49277,7 @@ enum SponsorAndLifetimeValueOrderField {
4927749277
}
4927849278

4927949279
"""
49280-
The connection type for Sponsor.
49280+
A list of users and organizations sponsoring someone via GitHub Sponsors.
4928149281
"""
4928249282
type SponsorConnection {
4928349283
"""
@@ -51762,7 +51762,7 @@ type Sponsorship implements Node {
5176251762
}
5176351763

5176451764
"""
51765-
The connection type for Sponsorship.
51765+
A list of sponsorships either from the subject or received by the subject.
5176651766
"""
5176751767
type SponsorshipConnection {
5176851768
"""
@@ -61075,7 +61075,7 @@ type UserBlockedEvent implements Node {
6107561075
}
6107661076

6107761077
"""
61078-
The connection type for User.
61078+
A list of users.
6107961079
"""
6108061080
type UserConnection {
6108161081
"""

data/graphql/schema.docs.graphql

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19561,7 +19561,7 @@ type LinkedBranch implements Node {
1956119561
}
1956219562

1956319563
"""
19564-
The connection type for LinkedBranch.
19564+
A list of branches linked to an issue.
1956519565
"""
1956619566
type LinkedBranchConnection {
1956719567
"""
@@ -19771,7 +19771,7 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
1977119771
}
1977219772

1977319773
"""
19774-
The connection type for Mannequin.
19774+
A list of mannequins.
1977519775
"""
1977619776
type MannequinConnection {
1977719777
"""
@@ -29932,7 +29932,7 @@ enum OrganizationInvitationType {
2993229932
}
2993329933

2993429934
"""
29935-
The connection type for User.
29935+
A list of users who belong to the organization.
2993629936
"""
2993729937
type OrganizationMemberConnection {
2993829938
"""
@@ -45696,7 +45696,7 @@ type RepositoryMigration implements Migration & Node {
4569645696
}
4569745697

4569845698
"""
45699-
The connection type for RepositoryMigration.
45699+
A list of migrations.
4570045700
"""
4570145701
type RepositoryMigrationConnection {
4570245702
"""
@@ -49277,7 +49277,7 @@ enum SponsorAndLifetimeValueOrderField {
4927749277
}
4927849278

4927949279
"""
49280-
The connection type for Sponsor.
49280+
A list of users and organizations sponsoring someone via GitHub Sponsors.
4928149281
"""
4928249282
type SponsorConnection {
4928349283
"""
@@ -51762,7 +51762,7 @@ type Sponsorship implements Node {
5176251762
}
5176351763

5176451764
"""
51765-
The connection type for Sponsorship.
51765+
A list of sponsorships either from the subject or received by the subject.
5176651766
"""
5176751767
type SponsorshipConnection {
5176851768
"""
@@ -61075,7 +61075,7 @@ type UserBlockedEvent implements Node {
6107561075
}
6107661076

6107761077
"""
61078-
The connection type for User.
61078+
A list of users.
6107961079
"""
6108061080
type UserConnection {
6108161081
"""

src/graphql/data/fpt/schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30510,7 +30510,7 @@
3051030510
"kind": "objects",
3051130511
"id": "linkedbranchconnection",
3051230512
"href": "/graphql/reference/objects#linkedbranchconnection",
30513-
"description": "<p>The connection type for LinkedBranch.</p>",
30513+
"description": "<p>A list of branches linked to an issue.</p>",
3051430514
"fields": [
3051530515
{
3051630516
"name": "edges",
@@ -30750,7 +30750,7 @@
3075030750
"kind": "objects",
3075130751
"id": "mannequinconnection",
3075230752
"href": "/graphql/reference/objects#mannequinconnection",
30753-
"description": "<p>The connection type for Mannequin.</p>",
30753+
"description": "<p>A list of mannequins.</p>",
3075430754
"fields": [
3075530755
{
3075630756
"name": "edges",
@@ -42408,7 +42408,7 @@
4240842408
"kind": "objects",
4240942409
"id": "organizationmemberconnection",
4241042410
"href": "/graphql/reference/objects#organizationmemberconnection",
42411-
"description": "<p>The connection type for User.</p>",
42411+
"description": "<p>A list of users who belong to the organization.</p>",
4241242412
"fields": [
4241342413
{
4241442414
"name": "edges",
@@ -63331,7 +63331,7 @@
6333163331
"kind": "objects",
6333263332
"id": "repositorymigrationconnection",
6333363333
"href": "/graphql/reference/objects#repositorymigrationconnection",
63334-
"description": "<p>The connection type for RepositoryMigration.</p>",
63334+
"description": "<p>A list of migrations.</p>",
6333563335
"fields": [
6333663336
{
6333763337
"name": "edges",
@@ -66535,7 +66535,7 @@
6653566535
"kind": "objects",
6653666536
"id": "sponsorconnection",
6653766537
"href": "/graphql/reference/objects#sponsorconnection",
66538-
"description": "<p>The connection type for Sponsor.</p>",
66538+
"description": "<p>A list of users and organizations sponsoring someone via GitHub Sponsors.</p>",
6653966539
"fields": [
6654066540
{
6654166541
"name": "edges",
@@ -67631,7 +67631,7 @@
6763167631
"kind": "objects",
6763267632
"id": "sponsorshipconnection",
6763367633
"href": "/graphql/reference/objects#sponsorshipconnection",
67634-
"description": "<p>The connection type for Sponsorship.</p>",
67634+
"description": "<p>A list of sponsorships either from the subject or received by the subject.</p>",
6763567635
"fields": [
6763667636
{
6763767637
"name": "edges",
@@ -76784,7 +76784,7 @@
7678476784
"kind": "objects",
7678576785
"id": "userconnection",
7678676786
"href": "/graphql/reference/objects#userconnection",
76787-
"description": "<p>The connection type for User.</p>",
76787+
"description": "<p>A list of users.</p>",
7678876788
"fields": [
7678976789
{
7679076790
"name": "edges",

src/graphql/data/ghec/schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30510,7 +30510,7 @@
3051030510
"kind": "objects",
3051130511
"id": "linkedbranchconnection",
3051230512
"href": "/graphql/reference/objects#linkedbranchconnection",
30513-
"description": "<p>The connection type for LinkedBranch.</p>",
30513+
"description": "<p>A list of branches linked to an issue.</p>",
3051430514
"fields": [
3051530515
{
3051630516
"name": "edges",
@@ -30750,7 +30750,7 @@
3075030750
"kind": "objects",
3075130751
"id": "mannequinconnection",
3075230752
"href": "/graphql/reference/objects#mannequinconnection",
30753-
"description": "<p>The connection type for Mannequin.</p>",
30753+
"description": "<p>A list of mannequins.</p>",
3075430754
"fields": [
3075530755
{
3075630756
"name": "edges",
@@ -42408,7 +42408,7 @@
4240842408
"kind": "objects",
4240942409
"id": "organizationmemberconnection",
4241042410
"href": "/graphql/reference/objects#organizationmemberconnection",
42411-
"description": "<p>The connection type for User.</p>",
42411+
"description": "<p>A list of users who belong to the organization.</p>",
4241242412
"fields": [
4241342413
{
4241442414
"name": "edges",
@@ -63331,7 +63331,7 @@
6333163331
"kind": "objects",
6333263332
"id": "repositorymigrationconnection",
6333363333
"href": "/graphql/reference/objects#repositorymigrationconnection",
63334-
"description": "<p>The connection type for RepositoryMigration.</p>",
63334+
"description": "<p>A list of migrations.</p>",
6333563335
"fields": [
6333663336
{
6333763337
"name": "edges",
@@ -66535,7 +66535,7 @@
6653566535
"kind": "objects",
6653666536
"id": "sponsorconnection",
6653766537
"href": "/graphql/reference/objects#sponsorconnection",
66538-
"description": "<p>The connection type for Sponsor.</p>",
66538+
"description": "<p>A list of users and organizations sponsoring someone via GitHub Sponsors.</p>",
6653966539
"fields": [
6654066540
{
6654166541
"name": "edges",
@@ -67631,7 +67631,7 @@
6763167631
"kind": "objects",
6763267632
"id": "sponsorshipconnection",
6763367633
"href": "/graphql/reference/objects#sponsorshipconnection",
67634-
"description": "<p>The connection type for Sponsorship.</p>",
67634+
"description": "<p>A list of sponsorships either from the subject or received by the subject.</p>",
6763567635
"fields": [
6763667636
{
6763767637
"name": "edges",
@@ -76784,7 +76784,7 @@
7678476784
"kind": "objects",
7678576785
"id": "userconnection",
7678676786
"href": "/graphql/reference/objects#userconnection",
76787-
"description": "<p>The connection type for User.</p>",
76787+
"description": "<p>A list of users.</p>",
7678876788
"fields": [
7678976789
{
7679076790
"name": "edges",

0 commit comments

Comments
 (0)