Github API - Test Config

RepositoryMigrationConnection [object]

A list of migrations.

Attributes
edges RepositoryMigrationEdge []

RepositoryMigrationEdge [object]

Represents a repository migration.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API