Github API - Test Config

mutation grantMigratorRole

Grant the migrator role to a user or a team.

Arguments
input GrantMigratorRoleInput

GrantMigratorRoleInput [input]

Autogenerated input type of GrantMigratorRole

Attributes
actor String

The user login or Team slug to grant the migrator role.

actorType ActorType

Specifies the type of the actor, can be either USER or TEAM.

clientMutationId String

A unique identifier for the client performing the mutation.

organizationId ID

The ID of the organization that the user/team belongs to.

API:
Github GraphQL API

Parameters for GrantMigratorRole

Returns
GrantMigratorRolePayload

GrantMigratorRolePayload [object]

Autogenerated return type of GrantMigratorRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

success Boolean

Did the operation succeed?

API:
Github GraphQL API
API:
Github GraphQL API