Skip to content

Commit afbba6c

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#59233)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent 0a25221 commit afbba6c

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

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>Argument <code>query: String</code> added to field <code>PullRequest.suggestedReviewerActors</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-01-21"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41363,6 +41363,11 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4136341363
Returns the last _n_ elements from the list.
4136441364
"""
4136541365
last: Int
41366+
41367+
"""
41368+
Search actors with query on user name and login.
41369+
"""
41370+
query: String
4136641371
): SuggestedReviewerActorConnection!
4136741372

4136841373
"""

src/graphql/data/fpt/schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55242,6 +55242,16 @@
5524255242
"kind": "scalars",
5524355243
"href": "/graphql/reference/scalars#int"
5524455244
}
55245+
},
55246+
{
55247+
"name": "query",
55248+
"description": "<p>Search actors with query on user name and login.</p>",
55249+
"type": {
55250+
"name": "String",
55251+
"id": "string",
55252+
"kind": "scalars",
55253+
"href": "/graphql/reference/scalars#string"
55254+
}
5524555255
}
5524655256
]
5524755257
},

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41363,6 +41363,11 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4136341363
Returns the last _n_ elements from the list.
4136441364
"""
4136541365
last: Int
41366+
41367+
"""
41368+
Search actors with query on user name and login.
41369+
"""
41370+
query: String
4136641371
): SuggestedReviewerActorConnection!
4136741372

4136841373
"""

src/graphql/data/ghec/schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55242,6 +55242,16 @@
5524255242
"kind": "scalars",
5524355243
"href": "/graphql/reference/scalars#int"
5524455244
}
55245+
},
55246+
{
55247+
"name": "query",
55248+
"description": "<p>Search actors with query on user name and login.</p>",
55249+
"type": {
55250+
"name": "String",
55251+
"id": "string",
55252+
"kind": "scalars",
55253+
"href": "/graphql/reference/scalars#string"
55254+
}
5524555255
}
5524655256
]
5524755257
},

0 commit comments

Comments
 (0)