Mutations
abortQueuedMigrations
Clear all of a customer's queued migrations.
Champs d’entrée pour abortQueuedMigrations
input(AbortQueuedMigrationsInput!)
Champs de retour pour abortQueuedMigrations
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
abortRepositoryMigration
Abort a repository migration queued or in progress.
Champs d’entrée pour abortRepositoryMigration
input(AbortRepositoryMigrationInput!)
Champs de retour pour abortRepositoryMigration
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
createAttributionInvitation
Invites a user to claim reattributable data.
Champs d’entrée pour createAttributionInvitation
Champs de retour pour createAttributionInvitation
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The owner scoping the reattributable data. |
| The account owning the data to reattribute. |
| The account which may claim the data. |
createMigrationSource
Creates a GitHub Enterprise Importer (GEI) migration source.
Champs d’entrée pour createMigrationSource
input(CreateMigrationSourceInput!)
Champs de retour pour createMigrationSource
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The created migration source. |
grantMigratorRole
Grant the migrator role to a user or a team.
Champs d’entrée pour grantMigratorRole
input(GrantMigratorRoleInput!)
Champs de retour pour grantMigratorRole
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
importProject
Creates a new project by importing columns and a list of issues/PRs.
Avertissement
importProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Champs d’entrée pour importProject
input(ImportProjectInput!)
Champs de retour pour importProject
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new Project!. |
revokeMigratorRole
Revoke the migrator role from a user or a team.
Champs d’entrée pour revokeMigratorRole
input(RevokeMigratorRoleInput!)
Champs de retour pour revokeMigratorRole
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
startOrganizationMigration
Starts a GitHub Enterprise Importer organization migration.
Champs d’entrée pour startOrganizationMigration
input(StartOrganizationMigrationInput!)
Champs de retour pour startOrganizationMigration
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new organization migration. |
startRepositoryMigration
Starts a GitHub Enterprise Importer (GEI) repository migration.
Champs d’entrée pour startRepositoryMigration
input(StartRepositoryMigrationInput!)
Champs de retour pour startRepositoryMigration
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new repository migration. |
Objects
Mannequin
A placeholder user for attribution of imported data on GitHub.
Mannequin Met en œuvre
Champs pour Mannequin
| Nom | Description |
|---|---|
| A URL pointing to the GitHub App's public avatar. Arguments pour
|
| The user that has claimed the data attributed to this mannequin. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The mannequin's email on the source instance. |
| The Node ID of the Mannequin object. |
| The username of the actor. |
| The HTML path to this resource. |
| Identifies the date and time when the object was last updated. |
| The URL to this resource. |
MannequinConnection
A list of mannequins.
Champs pour MannequinConnection
| Nom | Description |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MannequinEdge
Represents a mannequin.
Champs pour MannequinEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
MigrationSource
A GitHub Enterprise Importer (GEI) migration source.
MigrationSource Met en œuvre
Champs pour MigrationSource
| Nom | Description |
|---|---|
| The Node ID of the MigrationSource object. |
| The migration source name. |
|