Github API - Test Config

mutation removeAssigneesFromAssignable

Removes assignees from an assignable object.

Arguments
input RemoveAssigneesFromAssignableInput

RemoveAssigneesFromAssignableInput [input]

Autogenerated input type of RemoveAssigneesFromAssignable

Attributes
assignableId ID

The id of the assignable object to remove assignees from.

assigneeIds ID []

The id of users to remove as assignees.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API

Parameters for RemoveAssigneesFromAssignable

Returns
RemoveAssigneesFromAssignablePayload

RemoveAssigneesFromAssignablePayload [object]

Autogenerated return type of RemoveAssigneesFromAssignable

Attributes
assignable Assignable

The item that was unassigned.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API