Github API - Test Config

CreateMigrationSourcePayload [object]

Autogenerated return type of CreateMigrationSource

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.

migrationSource MigrationSource

MigrationSource [object]

A GitHub Enterprise Importer (GEI) migration source.

Implements
Node
Attributes
id ID

The Node ID of the MigrationSource object

name String

The migration source name.

The migration source type.

url URI

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

API:
Github GraphQL API

The created migration source.

API:
Github GraphQL API