Github API - Test Config

mutation removeOutsideCollaborator

Removes outside collaborator from all repositories in an organization.

Arguments
input RemoveOutsideCollaboratorInput

RemoveOutsideCollaboratorInput [input]

Autogenerated input type of RemoveOutsideCollaborator

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organizationId ID

The ID of the organization to remove the outside collaborator from.

userId ID

The ID of the outside collaborator to remove.

API:
Github GraphQL API

Parameters for RemoveOutsideCollaborator

Returns
RemoveOutsideCollaboratorPayload

RemoveOutsideCollaboratorPayload [object]

Autogenerated return type of RemoveOutsideCollaborator

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

removedUser User

The user that was removed as an outside collaborator.

API:
Github GraphQL API
API:
Github GraphQL API