Input Object GitHub::UpdateIssueInput

Autogenerated input type of UpdateIssue

Input Fields

id: ID!

The ID of the Issue to modify.

title: String

The title for the issue.

body: String

The body for the issue description.

assigneeIds: [ID!]

An array of Node IDs of users for this issue.

milestoneId: ID

The Node ID of the milestone for this issue.

labelIds: [ID!]

An array of Node IDs of labels for this issue.

state: IssueState

The desired issue state.

projectIds: [ID!]

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

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.updateIssue