Github API - Test Config

mutation revokeMigratorRole

Revoke the migrator role from a user or a team.

Arguments
input RevokeMigratorRoleInput

RevokeMigratorRoleInput [input]

Autogenerated input type of RevokeMigratorRole

Attributes
actor String

The user login or Team slug to revoke the migrator role from.

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 RevokeMigratorRole

Returns
RevokeMigratorRolePayload

RevokeMigratorRolePayload [object]

Autogenerated return type of RevokeMigratorRole

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