Skip to content

Commit

Permalink
GraphQL schema update (#49371)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Feb 26, 2024
1 parent 0e6e8dd commit bed8c4f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19561,7 +19561,7 @@ type LinkedBranch implements Node {
}

"""
The connection type for LinkedBranch.
A list of branches linked to an issue.
"""
type LinkedBranchConnection {
"""
Expand Down Expand Up @@ -19771,7 +19771,7 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
}

"""
The connection type for Mannequin.
A list of mannequins.
"""
type MannequinConnection {
"""
Expand Down Expand Up @@ -29932,7 +29932,7 @@ enum OrganizationInvitationType {
}

"""
The connection type for User.
A list of users who belong to the organization.
"""
type OrganizationMemberConnection {
"""
Expand Down Expand Up @@ -45696,7 +45696,7 @@ type RepositoryMigration implements Migration & Node {
}

"""
The connection type for RepositoryMigration.
A list of migrations.
"""
type RepositoryMigrationConnection {
"""
Expand Down Expand Up @@ -49277,7 +49277,7 @@ enum SponsorAndLifetimeValueOrderField {
}

"""
The connection type for Sponsor.
A list of users and organizations sponsoring someone via GitHub Sponsors.
"""
type SponsorConnection {
"""
Expand Down Expand Up @@ -51762,7 +51762,7 @@ type Sponsorship implements Node {
}

"""
The connection type for Sponsorship.
A list of sponsorships either from the subject or received by the subject.
"""
type SponsorshipConnection {
"""
Expand Down Expand Up @@ -61075,7 +61075,7 @@ type UserBlockedEvent implements Node {
}

"""
The connection type for User.
A list of users.
"""
type UserConnection {
"""
Expand Down
14 changes: 7 additions & 7 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19561,7 +19561,7 @@ type LinkedBranch implements Node {
}

"""
The connection type for LinkedBranch.
A list of branches linked to an issue.
"""
type LinkedBranchConnection {
"""
Expand Down Expand Up @@ -19771,7 +19771,7 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
}

"""
The connection type for Mannequin.
A list of mannequins.
"""
type MannequinConnection {
"""
Expand Down Expand Up @@ -29932,7 +29932,7 @@ enum OrganizationInvitationType {
}

"""
The connection type for User.
A list of users who belong to the organization.
"""
type OrganizationMemberConnection {
"""
Expand Down Expand Up @@ -45696,7 +45696,7 @@ type RepositoryMigration implements Migration & Node {
}

"""
The connection type for RepositoryMigration.
A list of migrations.
"""
type RepositoryMigrationConnection {
"""
Expand Down Expand Up @@ -49277,7 +49277,7 @@ enum SponsorAndLifetimeValueOrderField {
}

"""
The connection type for Sponsor.
A list of users and organizations sponsoring someone via GitHub Sponsors.
"""
type SponsorConnection {
"""
Expand Down Expand Up @@ -51762,7 +51762,7 @@ type Sponsorship implements Node {
}

"""
The connection type for Sponsorship.
A list of sponsorships either from the subject or received by the subject.
"""
type SponsorshipConnection {
"""
Expand Down Expand Up @@ -61075,7 +61075,7 @@ type UserBlockedEvent implements Node {
}

"""
The connection type for User.
A list of users.
"""
type UserConnection {
"""
Expand Down
14 changes: 7 additions & 7 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30510,7 +30510,7 @@
"kind": "objects",
"id": "linkedbranchconnection",
"href": "/graphql/reference/objects#linkedbranchconnection",
"description": "<p>The connection type for LinkedBranch.</p>",
"description": "<p>A list of branches linked to an issue.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -30750,7 +30750,7 @@
"kind": "objects",
"id": "mannequinconnection",
"href": "/graphql/reference/objects#mannequinconnection",
"description": "<p>The connection type for Mannequin.</p>",
"description": "<p>A list of mannequins.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -42408,7 +42408,7 @@
"kind": "objects",
"id": "organizationmemberconnection",
"href": "/graphql/reference/objects#organizationmemberconnection",
"description": "<p>The connection type for User.</p>",
"description": "<p>A list of users who belong to the organization.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -63331,7 +63331,7 @@
"kind": "objects",
"id": "repositorymigrationconnection",
"href": "/graphql/reference/objects#repositorymigrationconnection",
"description": "<p>The connection type for RepositoryMigration.</p>",
"description": "<p>A list of migrations.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -66535,7 +66535,7 @@
"kind": "objects",
"id": "sponsorconnection",
"href": "/graphql/reference/objects#sponsorconnection",
"description": "<p>The connection type for Sponsor.</p>",
"description": "<p>A list of users and organizations sponsoring someone via GitHub Sponsors.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -67631,7 +67631,7 @@
"kind": "objects",
"id": "sponsorshipconnection",
"href": "/graphql/reference/objects#sponsorshipconnection",
"description": "<p>The connection type for Sponsorship.</p>",
"description": "<p>A list of sponsorships either from the subject or received by the subject.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -76784,7 +76784,7 @@
"kind": "objects",
"id": "userconnection",
"href": "/graphql/reference/objects#userconnection",
"description": "<p>The connection type for User.</p>",
"description": "<p>A list of users.</p>",
"fields": [
{
"name": "edges",
Expand Down
14 changes: 7 additions & 7 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30510,7 +30510,7 @@
"kind": "objects",
"id": "linkedbranchconnection",
"href": "/graphql/reference/objects#linkedbranchconnection",
"description": "<p>The connection type for LinkedBranch.</p>",
"description": "<p>A list of branches linked to an issue.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -30750,7 +30750,7 @@
"kind": "objects",
"id": "mannequinconnection",
"href": "/graphql/reference/objects#mannequinconnection",
"description": "<p>The connection type for Mannequin.</p>",
"description": "<p>A list of mannequins.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -42408,7 +42408,7 @@
"kind": "objects",
"id": "organizationmemberconnection",
"href": "/graphql/reference/objects#organizationmemberconnection",
"description": "<p>The connection type for User.</p>",
"description": "<p>A list of users who belong to the organization.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -63331,7 +63331,7 @@
"kind": "objects",
"id": "repositorymigrationconnection",
"href": "/graphql/reference/objects#repositorymigrationconnection",
"description": "<p>The connection type for RepositoryMigration.</p>",
"description": "<p>A list of migrations.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -66535,7 +66535,7 @@
"kind": "objects",
"id": "sponsorconnection",
"href": "/graphql/reference/objects#sponsorconnection",
"description": "<p>The connection type for Sponsor.</p>",
"description": "<p>A list of users and organizations sponsoring someone via GitHub Sponsors.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -67631,7 +67631,7 @@
"kind": "objects",
"id": "sponsorshipconnection",
"href": "/graphql/reference/objects#sponsorshipconnection",
"description": "<p>The connection type for Sponsorship.</p>",
"description": "<p>A list of sponsorships either from the subject or received by the subject.</p>",
"fields": [
{
"name": "edges",
Expand Down Expand Up @@ -76784,7 +76784,7 @@
"kind": "objects",
"id": "userconnection",
"href": "/graphql/reference/objects#userconnection",
"description": "<p>The connection type for User.</p>",
"description": "<p>A list of users.</p>",
"fields": [
{
"name": "edges",
Expand Down

0 comments on commit bed8c4f

Please sign in to comment.