File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed
Expand file tree Collapse file tree 5 files changed +17
-4
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>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+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ input AddPullRequestReviewThreadInput {
965965 """
966966 Path to the file being commented on.
967967 """
968- path: String!
968+ path: String
969969
970970 """
971971 The node ID of the pull request reviewing
Original file line number Diff line number Diff line change 9750397503 {
9750497504 "name": "path",
9750597505 "description": "<p>Path to the file being commented on.</p>",
97506- "type": "String! ",
97506+ "type": "String",
9750797507 "id": "string",
9750897508 "kind": "scalars",
9750997509 "href": "/graphql/reference/scalars#string"
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ input AddPullRequestReviewThreadInput {
965965 """
966966 Path to the file being commented on.
967967 """
968- path: String!
968+ path: String
969969
970970 """
971971 The node ID of the pull request reviewing
Original file line number Diff line number Diff line change 9750397503 {
9750497504 "name": "path",
9750597505 "description": "<p>Path to the file being commented on.</p>",
97506- "type": "String! ",
97506+ "type": "String",
9750797507 "id": "string",
9750897508 "kind": "scalars",
9750997509 "href": "/graphql/reference/scalars#string"
You can’t perform that action at this time.
0 commit comments