GraphQL schema update (#37373)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -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!
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -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!
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -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!
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user