Skip to main content
Skip to content

Migrations

移行カテゴリの GraphQL スキーマの種類に関するリファレンス ドキュメント。

Mutations

abortQueuedMigrations

Mutation

Clear all of a customer's queued migrations.

abortQueuedMigrations の入力フィールド

abortQueuedMigrations の戻り値フィールド

名前説明

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

abortRepositoryMigration

Mutation

Abort a repository migration queued or in progress.

abortRepositoryMigration の入力フィールド

abortRepositoryMigration の戻り値フィールド

名前説明

clientMutationId (String)

A unique identifier for the client performing the mutation.

success (Boolean)

Did the operation succeed?.

createAttributionInvitation

Mutation

Invites a user to claim reattributable data.

createAttributionInvitation の入力フィールド

createAttributionInvitation の戻り値フィールド

名前説明

clientMutationId (String)

A unique identifier for the client performing the mutation.

owner (Organization)

The owner scoping the reattributable data.

source (Claimable)

The account owning the data to reattribute.

target (Claimable)

The account which may claim the data.

createMigrationSource

Mutation

Creates a GitHub Enterprise Importer (GEI) migration source.

createMigrationSource の入力フィールド

createMigrationSource の戻り値フィールド

名前説明

clientMutationId (String)

A unique identifier for the client performing the mutation.

migrationSource (MigrationSource)

The created migration source.

grantMigratorRole

Mutation

Grant the migrator role to a user or a team.

grantMigratorRole の入力フィールド