File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Input field <code>AddPullRequestReviewThreadInput.path</code> changed type from <code>String!</code> to <code>String</code></p>"
8
+ ]
9
+ }
10
+ ],
11
+ "previewChanges": [],
12
+ "upcomingChanges": [],
13
+ "date": "2025-05-01"
14
+ },
2
15
{
3
16
"schemaChanges": [
4
17
{
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ input AddPullRequestReviewThreadInput {
965
965
"""
966
966
Path to the file being commented on.
967
967
"""
968
- path: String!
968
+ path: String
969
969
970
970
"""
971
971
The node ID of the pull request reviewing
Original file line number Diff line number Diff line change 97503
97503
{
97504
97504
"name": "path",
97505
97505
"description": "<p>Path to the file being commented on.</p>",
97506
- "type": "String! ",
97506
+ "type": "String",
97507
97507
"id": "string",
97508
97508
"kind": "scalars",
97509
97509
"href": "/graphql/reference/scalars#string"
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ input AddPullRequestReviewThreadInput {
965
965
"""
966
966
Path to the file being commented on.
967
967
"""
968
- path: String!
968
+ path: String
969
969
970
970
"""
971
971
The node ID of the pull request reviewing
Original file line number Diff line number Diff line change 97503
97503
{
97504
97504
"name": "path",
97505
97505
"description": "<p>Path to the file being commented on.</p>",
97506
- "type": "String! ",
97506
+ "type": "String",
97507
97507
"id": "string",
97508
97508
"kind": "scalars",
97509
97509
"href": "/graphql/reference/scalars#string"
You can’t perform that action at this time.
0 commit comments