1
0
mirror of synced 2025-12-19 09:57:42 -05:00

GraphQL schema update (#58385)

Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
docs-bot
2025-11-06 08:40:17 -08:00
committed by GitHub
parent b39f828f60
commit c9f68d14fa
5 changed files with 41 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Input field 'projectV2Ids<code>of type</code>[ID!]<code>was added to input object type</code>CreateIssueInput'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-11-06"
},
{
"schemaChanges": [
{

View File

@@ -8162,6 +8162,11 @@ input CreateIssueInput {
"""
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
"""
An array of Node IDs for Projects V2 associated with this issue.
"""
projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
"""
The Node ID of the repository.
"""

View File

@@ -101351,6 +101351,15 @@
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "projectV2Ids",
"description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
"type": "[ID!]",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "repositoryId",
"description": "<p>The Node ID of the repository.</p>",

View File

@@ -8162,6 +8162,11 @@ input CreateIssueInput {
"""
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
"""
An array of Node IDs for Projects V2 associated with this issue.
"""
projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
"""
The Node ID of the repository.
"""

View File

@@ -101351,6 +101351,15 @@
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "projectV2Ids",
"description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
"type": "[ID!]",
"id": "id",
"kind": "scalars",
"href": "/graphql/reference/scalars#id",
"isDeprecated": false
},
{
"name": "repositoryId",
"description": "<p>The Node ID of the repository.</p>",