Github API - Test Config

mutation createMigrationSource
migrations

Creates a GitHub Enterprise Importer (GEI) migration source.

Arguments
input CreateMigrationSourceInput

CreateMigrationSourceInput [input]

Autogenerated input type of CreateMigrationSource

Attributes
accessToken String

The migration source access token.

clientMutationId String

A unique identifier for the client performing the mutation.

githubPat String

The GitHub personal access token of the user importing to the target repository.

name String

The migration source name.

ownerId ID

The ID of the organization that will own the migration source.

The migration source type.

url String

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

API:
Github GraphQL API

Parameters for CreateMigrationSource

Returns
CreateMigrationSourcePayload

CreateMigrationSourcePayload [object]

Autogenerated return type of CreateMigrationSource

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

migrationSource MigrationSource

The created migration source.

API:
Github GraphQL API
API:
Github GraphQL API