Skip to content

Commit 6acea5b

Browse files
GraphQL schema update (#60565)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 494809c commit 6acea5b

File tree

5 files changed

+39
-0
lines changed

5 files changed

+39
-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>Field <code>value</code> was added to object type <code>IssueFieldSingleSelectValue</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-03-31"
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
@@ -21047,6 +21047,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2104721047
The selected option's global relay ID.
2104821048
"""
2104921049
optionId: String
21050+
21051+
"""
21052+
The option's name text (alias for `name`, for consistency with other field value types).
21053+
"""
21054+
value: String!
2105021055
}
2105121056

2105221057
"""

src/graphql/data/fpt/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32863,6 +32863,14 @@
3286332863
"id": "string",
3286432864
"kind": "scalars",
3286532865
"href": "/graphql/reference/scalars#string"
32866+
},
32867+
{
32868+
"name": "value",
32869+
"description": "<p>The option's name text (alias for <code>name</code>, for consistency with other field value types).</p>",
32870+
"type": "String!",
32871+
"id": "string",
32872+
"kind": "scalars",
32873+
"href": "/graphql/reference/scalars#string"
3286632874
}
3286732875
]
3286832876
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21047,6 +21047,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2104721047
The selected option's global relay ID.
2104821048
"""
2104921049
optionId: String
21050+
21051+
"""
21052+
The option's name text (alias for `name`, for consistency with other field value types).
21053+
"""
21054+
value: String!
2105021055
}
2105121056

2105221057
"""

src/graphql/data/ghec/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32863,6 +32863,14 @@
3286332863
"id": "string",
3286432864
"kind": "scalars",
3286532865
"href": "/graphql/reference/scalars#string"
32866+
},
32867+
{
32868+
"name": "value",
32869+
"description": "<p>The option's name text (alias for <code>name</code>, for consistency with other field value types).</p>",
32870+
"type": "String!",
32871+
"id": "string",
32872+
"kind": "scalars",
32873+
"href": "/graphql/reference/scalars#string"
3286632874
}
3286732875
]
3286832876
},

0 commit comments

Comments
 (0)