Github API - Test Config

mutation updateEnterpriseOwnerOrganizationRole
orgs

Updates the role of an enterprise owner with an organization.

Arguments
input UpdateEnterpriseOwnerOrganizationRoleInput

UpdateEnterpriseOwnerOrganizationRoleInput [input]

Autogenerated input type of UpdateEnterpriseOwnerOrganizationRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the Enterprise which the owner belongs to.

organizationId ID

The ID of the organization for membership change.

organizationRole RoleInOrganization

The role to assume in the organization.

API:
Github GraphQL API

Parameters for UpdateEnterpriseOwnerOrganizationRole

Returns
UpdateEnterpriseOwnerOrganizationRolePayload

UpdateEnterpriseOwnerOrganizationRolePayload [object]

Autogenerated return type of UpdateEnterpriseOwnerOrganizationRole

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

message String

A message confirming the result of changing the owner's organization role.

API:
Github GraphQL API
API:
Github GraphQL API