Github API - Test Config

mutation grantEnterpriseOrganizationsMigratorRole
orgs

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

Arguments
input GrantEnterpriseOrganizationsMigratorRoleInput

GrantEnterpriseOrganizationsMigratorRoleInput [input]

Autogenerated input type of GrantEnterpriseOrganizationsMigratorRole

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 grant the migrator role

API:
Github GraphQL API

Parameters for GrantEnterpriseOrganizationsMigratorRole

Returns
GrantEnterpriseOrganizationsMigratorRolePayload

GrantEnterpriseOrganizationsMigratorRolePayload [object]

Autogenerated return type of GrantEnterpriseOrganizationsMigratorRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organizations OrganizationConnection

The organizations that had the migrator role applied to for the given user.

API:
Github GraphQL API
API:
Github GraphQL API