Github API - Test Config

RepositoryMigrationEdge [object]

Represents a repository migration.

Attributes
cursor 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 cursor for use in pagination.

node 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 item at the end of the edge.

API:
Github GraphQL API