GraphQL schema update (#58385)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
@@ -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": [
|
"schemaChanges": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8162,6 +8162,11 @@ input CreateIssueInput {
|
|||||||
"""
|
"""
|
||||||
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
|
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.
|
The Node ID of the repository.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -101351,6 +101351,15 @@
|
|||||||
"href": "/graphql/reference/scalars#id",
|
"href": "/graphql/reference/scalars#id",
|
||||||
"isDeprecated": false
|
"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",
|
"name": "repositoryId",
|
||||||
"description": "<p>The Node ID of the repository.</p>",
|
"description": "<p>The Node ID of the repository.</p>",
|
||||||
|
|||||||
@@ -8162,6 +8162,11 @@ input CreateIssueInput {
|
|||||||
"""
|
"""
|
||||||
projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
|
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.
|
The Node ID of the repository.
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -101351,6 +101351,15 @@
|
|||||||
"href": "/graphql/reference/scalars#id",
|
"href": "/graphql/reference/scalars#id",
|
||||||
"isDeprecated": false
|
"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",
|
"name": "repositoryId",
|
||||||
"description": "<p>The Node ID of the repository.</p>",
|
"description": "<p>The Node ID of the repository.</p>",
|
||||||
|
|||||||
Reference in New Issue
Block a user