Github API - Test Config

StartRepositoryMigrationPayload [object]

Autogenerated return type of StartRepositoryMigration

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

repositoryMigration RepositoryMigration

RepositoryMigration [object]

A GitHub Enterprise Importer (GEI) repository migration.

Implements
MigrationNode
Attributes
continueOnError Boolean

The migration flag to continue on error.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId String

Identifies the primary key from the database.

failureReason String

The reason the migration failed.

id ID

The Node ID of the RepositoryMigration object

migrationLogUrl URI

The URL for the migration log (expires 1 day after migration completes).

migrationSource MigrationSource

The migration source.

repositoryName String

The target repository name.

sourceUrl URI

The migration source URL, for example https://github.com or https://monalisa.ghe.com.

The migration state.

warningsCount Int

The number of warnings encountered for this migration. To review the warnings,
check the Migration Log.

API:
Github GraphQL API

The new repository migration.

API:
Github GraphQL API