Magidoc

StartRepositoryMigrationInput
Input Object

Autogenerated input type of StartRepositoryMigration

Fields

#

accessToken

The migration source access token.

clientMutationId

A unique identifier for the client performing the mutation.

continueOnError

Whether to continue the migration on error. Defaults to true .

gitArchiveUrl

The signed URL to access the user-uploaded git archive.

githubPat

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

lockSource

Whether to lock the source repository.

metadataArchiveUrl

The signed URL to access the user-uploaded metadata archive.

ownerId

ID !
Non-null

The ID of the organization that will own the imported repository.

repositoryName

Non-null

The name of the imported repository.

skipReleases

Whether to skip migrating releases for the repository.

sourceId

ID !
Non-null

The ID of the migration source.

sourceRepositoryUrl

Non-null

The URL of the source repository.

targetRepoVisibility

The visibility of the imported repository.

Usages

#

References

#

  • Argument input of field startRepositoryMigration from type Mutation