Github API - Test Config

mutation updateProjectV2DraftIssue
issues
projects

Updates a draft issue within a Project.

Arguments
input UpdateProjectV2DraftIssueInput

UpdateProjectV2DraftIssueInput [input]

Autogenerated input type of UpdateProjectV2DraftIssue

Attributes
assigneeIds ID []

The IDs of the assignees of the draft issue.

body String

The body of the draft issue.

clientMutationId String

A unique identifier for the client performing the mutation.

draftIssueId ID

The ID of the draft issue to update.

title String

The title of the draft issue.

API:
Github GraphQL API

Parameters for UpdateProjectV2DraftIssue

Returns
UpdateProjectV2DraftIssuePayload

UpdateProjectV2DraftIssuePayload [object]

Autogenerated return type of UpdateProjectV2DraftIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

draftIssue DraftIssue

The draft issue updated in the project.

API:
Github GraphQL API
API:
Github GraphQL API