Github API - Test Config

mutation startOrganizationMigration
orgs
migrations

Starts a GitHub Enterprise Importer organization migration.

Arguments
input StartOrganizationMigrationInput

StartOrganizationMigrationInput [input]

Autogenerated input type of StartOrganizationMigration

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sourceAccessToken String

The migration source access token.

sourceOrgUrl URI

The URL of the organization to migrate.

targetEnterpriseId ID

The ID of the enterprise the target organization belongs to.

targetOrgName String

The name of the target organization.

API:
Github GraphQL API

Parameters for StartOrganizationMigration

Returns
StartOrganizationMigrationPayload

StartOrganizationMigrationPayload [object]

Autogenerated return type of StartOrganizationMigration

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

orgMigration OrganizationMigration

The new organization migration.

API:
Github GraphQL API
API:
Github GraphQL API