File tree Expand file tree Collapse file tree 5 files changed +43
-0
lines changed
Expand file tree Collapse file tree 5 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments