Skip to content

Commit 8fc69ba

Browse files
GraphQL schema update (#62570)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent b4ff497 commit 8fc69ba

5 files changed

Lines changed: 31 additions & 0 deletions

File tree

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value <code>GITLAB</code> was added to enum <code>MigrationSourceType</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-07-31"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema-migrations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,10 @@
898898
{
899899
"name": "GITHUB_ARCHIVE",
900900
"description": "<p>A GitHub Migration API source.</p>"
901+
},
902+
{
903+
"name": "GITLAB",
904+
"description": "<p>A GitLab migration source.</p>"
901905
}
902906
],
903907
"category": "migrations"

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26354,6 +26354,11 @@ enum MigrationSourceType @docsCategory(name: "migrations") {
2635426354
A GitHub Migration API source.
2635526355
"""
2635626356
GITHUB_ARCHIVE
26357+
26358+
"""
26359+
A GitLab migration source.
26360+
"""
26361+
GITLAB
2635726362
}
2635826363

2635926364
"""

src/graphql/data/ghec/schema-migrations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,10 @@
898898
{
899899
"name": "GITHUB_ARCHIVE",
900900
"description": "<p>A GitHub Migration API source.</p>"
901+
},
902+
{
903+
"name": "GITLAB",
904+
"description": "<p>A GitLab migration source.</p>"
901905
}
902906
],
903907
"category": "migrations"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26354,6 +26354,11 @@ enum MigrationSourceType @docsCategory(name: "migrations") {
2635426354
A GitHub Migration API source.
2635526355
"""
2635626356
GITHUB_ARCHIVE
26357+
26358+
"""
26359+
A GitLab migration source.
26360+
"""
26361+
GITLAB
2635726362
}
2635826363

2635926364
"""

0 commit comments

Comments
 (0)