Skip to content

Commit 2379a92

Browse files
GraphQL schema update (#60273)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 1c6d04f commit 2379a92

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>optionId</code> was added to object type <code>IssueFieldSingleSelectValue</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-03-17"
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
@@ -20937,6 +20937,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2093720937
The option's name.
2093820938
"""
2093920939
name: String!
20940+
20941+
"""
20942+
The selected option's global relay ID.
20943+
"""
20944+
optionId: String
2094020945
}
2094120946

2094220947
"""

src/graphql/data/fpt/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32663,6 +32663,14 @@
3266332663
"id": "string",
3266432664
"kind": "scalars",
3266532665
"href": "/graphql/reference/scalars#string"
32666+
},
32667+
{
32668+
"name": "optionId",
32669+
"description": "<p>The selected option's global relay ID.</p>",
32670+
"type": "String",
32671+
"id": "string",
32672+
"kind": "scalars",
32673+
"href": "/graphql/reference/scalars#string"
3266632674
}
3266732675
]
3266832676
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20937,6 +20937,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2093720937
The option's name.
2093820938
"""
2093920939
name: String!
20940+
20941+
"""
20942+
The selected option's global relay ID.
20943+
"""
20944+
optionId: String
2094020945
}
2094120946

2094220947
"""

src/graphql/data/ghec/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32663,6 +32663,14 @@
3266332663
"id": "string",
3266432664
"kind": "scalars",
3266532665
"href": "/graphql/reference/scalars#string"
32666+
},
32667+
{
32668+
"name": "optionId",
32669+
"description": "<p>The selected option's global relay ID.</p>",
32670+
"type": "String",
32671+
"id": "string",
32672+
"kind": "scalars",
32673+
"href": "/graphql/reference/scalars#string"
3266632674
}
3266732675
]
3266832676
},

0 commit comments

Comments
 (0)