1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #30224 from github/graphql-schema-update

GraphQL schema update
This commit is contained in:
docubot
2022-08-24 12:41:41 -04:00
committed by GitHub
7 changed files with 52 additions and 0 deletions

View File

@@ -38740,6 +38740,11 @@ input TransferIssueInput {
"""
clientMutationId: String
"""
Whether to create labels if they don't exist in the target repository (matched by name)
"""
createLabelsIfMissing: Boolean = false
"""
The Node ID of the issue to be transferred
"""

View File

@@ -47749,6 +47749,11 @@ input TransferIssueInput {
"""
clientMutationId: String
"""
Whether to create labels if they don't exist in the target repository (matched by name)
"""
createLabelsIfMissing: Boolean = false
"""
The Node ID of the issue to be transferred
"""

View File

@@ -47749,6 +47749,11 @@ input TransferIssueInput {
"""
clientMutationId: String
"""
Whether to create labels if they don't exist in the target repository (matched by name)
"""
createLabelsIfMissing: Boolean = false
"""
The Node ID of the issue to be transferred
"""

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Input field <code>createLabelsIfMissing</code> was added to input object type <code>TransferIssueInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-08-24"
},
{
"schemaChanges": [
{

View File

@@ -87260,6 +87260,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "createLabelsIfMissing",
"description": "<p>Whether to create labels if they don't exist in the target repository (matched by name).</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "issueId",
"description": "<p>The Node ID of the issue to be transferred.</p>",

View File

@@ -71048,6 +71048,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "createLabelsIfMissing",
"description": "<p>Whether to create labels if they don't exist in the target repository (matched by name).</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "issueId",
"description": "<p>The Node ID of the issue to be transferred.</p>",

View File

@@ -87260,6 +87260,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "createLabelsIfMissing",
"description": "<p>Whether to create labels if they don't exist in the target repository (matched by name).</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "issueId",
"description": "<p>The Node ID of the issue to be transferred.</p>",