Github API - Test Config

mutation revokeEnterpriseOrganizationsMigratorRole
orgs

Revoke the migrator role to a user for all organizations under an enterprise account.

Arguments
input RevokeEnterpriseOrganizationsMigratorRoleInput

RevokeEnterpriseOrganizationsMigratorRoleInput [input]

Autogenerated input type of RevokeEnterpriseOrganizationsMigratorRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise to which all organizations managed by it will be granted the migrator role.

login String

The login of the user to revoke the migrator role

API:
Github GraphQL API

Parameters for RevokeEnterpriseOrganizationsMigratorRole

Returns
RevokeEnterpriseOrganizationsMigratorRolePayload

RevokeEnterpriseOrganizationsMigratorRolePayload [object]

Autogenerated return type of RevokeEnterpriseOrganizationsMigratorRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organizations OrganizationConnection

The organizations that had the migrator role revoked for the given user.

API:
Github GraphQL API
API:
Github GraphQL API