Merge pull request #30224 from github/graphql-schema-update
GraphQL schema update
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user