Github API - Test Config

mutation transferEnterpriseOrganization
orgs

Transfer an organization from one enterprise to another enterprise.

Arguments
input TransferEnterpriseOrganizationInput

TransferEnterpriseOrganizationInput [input]

Autogenerated input type of TransferEnterpriseOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

destinationEnterpriseId ID

The ID of the enterprise where the organization should be transferred.

organizationId ID

The ID of the organization to transfer.

API:
Github GraphQL API

Parameters for TransferEnterpriseOrganization

Returns
TransferEnterpriseOrganizationPayload

TransferEnterpriseOrganizationPayload [object]

Autogenerated return type of TransferEnterpriseOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organization Organization

The organization for which a transfer was initiated.

API:
Github GraphQL API
API:
Github GraphQL API