Github API - Test Config

StartOrganizationMigrationPayload [object]

Autogenerated return type of StartOrganizationMigration

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.

orgMigration OrganizationMigration

OrganizationMigration [object]

A GitHub Enterprise Importer (GEI) organization migration.

Implements
Node
Attributes
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 organization migration failed.

id ID

The Node ID of the OrganizationMigration object

remainingRepositoriesCount Int

The remaining amount of repos to be migrated.

sourceOrgName String

The name of the source organization to be migrated.

sourceOrgUrl URI

The URL of the source organization to migrate.

The migration state.

targetOrgName String

The name of the target organization.

totalRepositoriesCount Int

The total amount of repositories to be migrated.

API:
Github GraphQL API

The new organization migration.

API:
Github GraphQL API