From 5a7dcbeef9a1678826da12352d2c0d2e5949b872 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:37:41 -0700 Subject: [PATCH] GraphQL schema update (#44262) Co-authored-by: rachmari --- data/graphql/ghae/schema.docs-ghae.graphql | 5 +++++ data/graphql/ghec/schema.docs.graphql | 5 +++++ data/graphql/schema.docs.graphql | 5 +++++ src/graphql/data/fpt/changelog.json | 13 +++++++++++++ src/graphql/data/fpt/schema.json | 4 ++++ src/graphql/data/ghae/schema.json | 4 ++++ src/graphql/data/ghec/schema.json | 4 ++++ 7 files changed, 40 insertions(+) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index a9ceea7384..5c80b320bc 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -39706,6 +39706,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index c13e3eb693..a676d338fd 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -47742,6 +47742,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index c13e3eb693..a676d338fd 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -47742,6 +47742,11 @@ enum SocialAccountProvider { """ MASTODON + """ + JavaScript package registry. + """ + NPM + """ Social news aggregation and discussion website. """ diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 486716d87c..9d4bddedb2 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,17 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Enum value NPM was added to enum SocialAccountProvider

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2023-10-12" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index 5e54264e49..46123d1cf1 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -83335,6 +83335,10 @@ "name": "MASTODON", "description": "

Open-source federated microblogging service.

" }, + { + "name": "NPM", + "description": "

JavaScript package registry.

" + }, { "name": "REDDIT", "description": "

Social news aggregation and discussion website.

" diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index f4b30857e6..d146b990cc 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -69087,6 +69087,10 @@ "name": "MASTODON", "description": "

Open-source federated microblogging service.

" }, + { + "name": "NPM", + "description": "

JavaScript package registry.

" + }, { "name": "REDDIT", "description": "

Social news aggregation and discussion website.

" diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index 5e54264e49..46123d1cf1 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -83335,6 +83335,10 @@ "name": "MASTODON", "description": "

Open-source federated microblogging service.

" }, + { + "name": "NPM", + "description": "

JavaScript package registry.

" + }, { "name": "REDDIT", "description": "

Social news aggregation and discussion website.

"