Github API - Test Config

mutation updateIssue
issues

Updates an Issue.

Arguments
input UpdateIssueInput

UpdateIssueInput [input]

Autogenerated input type of UpdateIssue

Attributes
assigneeIds ID []

An array of Node IDs of users for this issue.

body String

The body for the issue description.

clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The ID of the Issue to modify.

labelIds ID []

An array of Node IDs of labels for this issue.

milestoneId ID

The Node ID of the milestone for this issue.

projectIds ID []

An array of Node IDs for projects associated with this issue.

state IssueState

The desired issue state.

title String

The title for the issue.

API:
Github GraphQL API

Parameters for UpdateIssue

Returns
UpdateIssuePayload

UpdateIssuePayload [object]

Autogenerated return type of UpdateIssue

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue.

API:
Github GraphQL API
API:
Github GraphQL API