Github API - Test Config

mutation addAssigneesToAssignable

Adds assignees to an assignable object.

Arguments
input AddAssigneesToAssignableInput

AddAssigneesToAssignableInput [input]

Autogenerated input type of AddAssigneesToAssignable

Attributes
assignableId ID

The id of the assignable object to add assignees to.

assigneeIds ID []

The id of users to add as assignees.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API

Parameters for AddAssigneesToAssignable

Returns
AddAssigneesToAssignablePayload

AddAssigneesToAssignablePayload [object]

Autogenerated return type of AddAssigneesToAssignable

Attributes
assignable Assignable

The item that was assigned.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API