Skip to content

Commit d0e322f

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#55478)
Co-authored-by: heiskr <[email protected]>
1 parent 6f104c6 commit d0e322f

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

src/graphql/data/fpt/changelog.json

+13
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>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
{

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

+1-1
Original file line numberDiff line numberDiff 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

src/graphql/data/fpt/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97503,7 +97503,7 @@
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"

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

+1-1
Original file line numberDiff line numberDiff 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

src/graphql/data/ghec/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97503,7 +97503,7 @@
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"

0 commit comments

Comments
 (0)