From b3034a3d1b637774b3546a0be3ce486c85c33be5 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 12 Jul 2023 09:36:49 -0700 Subject: [PATCH] GraphQL schema update (#38978) Co-authored-by: rachmari --- data/graphql/ghae/schema.docs-ghae.graphql | 2 +- data/graphql/ghec/schema.docs.graphql | 2 +- data/graphql/schema.docs.graphql | 2 +- src/graphql/data/fpt/changelog.json | 13 +++++++++++++ src/graphql/data/fpt/schema.json | 5 +++++ src/graphql/data/ghae/schema.json | 5 +++++ src/graphql/data/ghec/schema.json | 5 +++++ 7 files changed, 31 insertions(+), 3 deletions(-) diff --git a/data/graphql/ghae/schema.docs-ghae.graphql b/data/graphql/ghae/schema.docs-ghae.graphql index 4cb5a2719a..5bb101d7c6 100644 --- a/data/graphql/ghae/schema.docs-ghae.graphql +++ b/data/graphql/ghae/schema.docs-ghae.graphql @@ -37872,7 +37872,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ Represents a type that can be required by a pull request for merging. diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index eb32d122ab..d88db78218 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ The connection type for RequestedReviewer. diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index eb32d122ab..d88db78218 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState { """ Types that can be requested reviewers. """ -union RequestedReviewer = Mannequin | Team | User +union RequestedReviewer = Bot | Mannequin | Team | User """ The connection type for RequestedReviewer. diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index acfe7341e5..c30a2314b3 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": [ + "

Member Bot was added to Union type RequestedReviewer

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2023-07-12" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index f9d79fea21..6f8893d469 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -86069,6 +86069,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin", diff --git a/src/graphql/data/ghae/schema.json b/src/graphql/data/ghae/schema.json index 1119dbcf1c..f4f5f04171 100644 --- a/src/graphql/data/ghae/schema.json +++ b/src/graphql/data/ghae/schema.json @@ -70455,6 +70455,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin", diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index f9d79fea21..6f8893d469 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -86069,6 +86069,11 @@ "href": "/graphql/reference/unions#requestedreviewer", "description": "

Types that can be requested reviewers.

", "possibleTypes": [ + { + "name": "Bot", + "id": "bot", + "href": "/graphql/reference/objects#bot" + }, { "name": "Mannequin", "id": "mannequin",