Skip to content

Commit c9f68d1

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#58385)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent b39f828 commit c9f68d1

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-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>Input field 'projectV2Ids<code>of type</code>[ID!]<code>was added to input object type</code>CreateIssueInput'</p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-11-06"
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
@@ -8162,6 +8162,11 @@ input CreateIssueInput {
81628162
"""
81638163
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
81648164

8165+
"""
8166+
An array of Node IDs for Projects V2 associated with this issue.
8167+
"""
8168+
projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
8169+
81658170
"""
81668171
The Node ID of the repository.
81678172
"""

src/graphql/data/fpt/schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101351,6 +101351,15 @@
101351101351
"href": "/graphql/reference/scalars#id",
101352101352
"isDeprecated": false
101353101353
},
101354+
{
101355+
"name": "projectV2Ids",
101356+
"description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
101357+
"type": "[ID!]",
101358+
"id": "id",
101359+
"kind": "scalars",
101360+
"href": "/graphql/reference/scalars#id",
101361+
"isDeprecated": false
101362+
},
101354101363
{
101355101364
"name": "repositoryId",
101356101365
"description": "<p>The Node ID of the repository.</p>",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8162,6 +8162,11 @@ input CreateIssueInput {
81628162
"""
81638163
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
81648164

8165+
"""
8166+
An array of Node IDs for Projects V2 associated with this issue.
8167+
"""
8168+
projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
8169+
81658170
"""
81668171
The Node ID of the repository.
81678172
"""

src/graphql/data/ghec/schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101351,6 +101351,15 @@
101351101351
"href": "/graphql/reference/scalars#id",
101352101352
"isDeprecated": false
101353101353
},
101354+
{
101355+
"name": "projectV2Ids",
101356+
"description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
101357+
"type": "[ID!]",
101358+
"id": "id",
101359+
"kind": "scalars",
101360+
"href": "/graphql/reference/scalars#id",
101361+
"isDeprecated": false
101362+
},
101354101363
{
101355101364
"name": "repositoryId",
101356101365
"description": "<p>The Node ID of the repository.</p>",

0 commit comments

Comments
 (0)