1
0
mirror of synced 2025-12-19 18:10:59 -05:00

GraphQL schema update (#37373)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2023-05-31 12:36:24 -04:00
committed by GitHub
parent 741f2c30fc
commit 26fc2018d7
7 changed files with 98 additions and 0 deletions

View File

@@ -17947,6 +17947,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""
@@ -36172,6 +36178,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""

View File

@@ -20579,6 +20579,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""
@@ -43623,6 +43629,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""

View File

@@ -20579,6 +20579,12 @@ interface Migration {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""
@@ -43623,6 +43629,12 @@ type RepositoryMigration implements Migration & Node {
The migration state.
"""
state: MigrationState!
"""
The number of warnings encountered for this migration. To review the warnings,
check the [Migration Log](https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer).
"""
warningsCount: Int!
}
"""

View File

@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>warningsCount</code> was added to interface <code>Migration</code></p>",
"<p>Field <code>warningsCount</code> was added to object type <code>RepositoryMigration</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-05-31"
},
{
"schemaChanges": [
{

View File

@@ -60156,6 +60156,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
@@ -74654,6 +74662,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},

View File

@@ -50498,6 +50498,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
@@ -62432,6 +62440,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},

View File

@@ -60156,6 +60156,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},
@@ -74654,6 +74662,14 @@
"id": "migrationstate",
"kind": "enums",
"href": "/graphql/reference/enums#migrationstate"
},
{
"name": "warningsCount",
"description": "<p>The number of warnings encountered for this migration. To review the warnings,\ncheck the <a href=\"https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/accessing-your-migration-logs-for-github-enterprise-importer\">Migration Log</a>.</p>",
"type": "Int!",
"id": "int",
"kind": "scalars",
"href": "/graphql/reference/scalars#int"
}
]
},