Skip to content

Commit b3034a3

Browse files
docs-botrachmari
andauthored
GraphQL schema update (github#38978)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
1 parent ddc7e11 commit b3034a3

File tree

7 files changed

+31
-3
lines changed

7 files changed

+31
-3
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37872,7 +37872,7 @@ enum RequestableCheckStatusState {
3787237872
"""
3787337873
Types that can be requested reviewers.
3787437874
"""
37875-
union RequestedReviewer = Mannequin | Team | User
37875+
union RequestedReviewer = Bot | Mannequin | Team | User
3787637876

3787737877
"""
3787837878
Represents a type that can be required by a pull request for merging.

data/graphql/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState {
4551345513
"""
4551445514
Types that can be requested reviewers.
4551545515
"""
45516-
union RequestedReviewer = Mannequin | Team | User
45516+
union RequestedReviewer = Bot | Mannequin | Team | User
4551745517

4551845518
"""
4551945519
The connection type for RequestedReviewer.

data/graphql/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45513,7 +45513,7 @@ enum RequestableCheckStatusState {
4551345513
"""
4551445514
Types that can be requested reviewers.
4551545515
"""
45516-
union RequestedReviewer = Mannequin | Team | User
45516+
union RequestedReviewer = Bot | Mannequin | Team | User
4551745517

4551845518
"""
4551945519
The connection type for RequestedReviewer.

src/graphql/data/fpt/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>Member <code>Bot</code> was added to Union type <code>RequestedReviewer</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2023-07-12"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86069,6 +86069,11 @@
8606986069
"href": "/graphql/reference/unions#requestedreviewer",
8607086070
"description": "<p>Types that can be requested reviewers.</p>",
8607186071
"possibleTypes": [
86072+
{
86073+
"name": "Bot",
86074+
"id": "bot",
86075+
"href": "/graphql/reference/objects#bot"
86076+
},
8607286077
{
8607386078
"name": "Mannequin",
8607486079
"id": "mannequin",

src/graphql/data/ghae/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70455,6 +70455,11 @@
7045570455
"href": "/graphql/reference/unions#requestedreviewer",
7045670456
"description": "<p>Types that can be requested reviewers.</p>",
7045770457
"possibleTypes": [
70458+
{
70459+
"name": "Bot",
70460+
"id": "bot",
70461+
"href": "/graphql/reference/objects#bot"
70462+
},
7045870463
{
7045970464
"name": "Mannequin",
7046070465
"id": "mannequin",

src/graphql/data/ghec/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86069,6 +86069,11 @@
8606986069
"href": "/graphql/reference/unions#requestedreviewer",
8607086070
"description": "<p>Types that can be requested reviewers.</p>",
8607186071
"possibleTypes": [
86072+
{
86073+
"name": "Bot",
86074+
"id": "bot",
86075+
"href": "/graphql/reference/objects#bot"
86076+
},
8607286077
{
8607386078
"name": "Mannequin",
8607486079
"id": "mannequin",

0 commit comments

Comments
 (0)