Github API - Test Config

mutation deleteIssue
issues

Deletes an Issue object.

Arguments
input DeleteIssueInput

DeleteIssueInput [input]

Autogenerated input type of DeleteIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

The ID of the issue to delete.

API:
Github GraphQL API

Parameters for DeleteIssue

Returns
DeleteIssuePayload

DeleteIssuePayload [object]

Autogenerated return type of DeleteIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repository Repository

The repository the issue belonged to

API:
Github GraphQL API
API:
Github GraphQL API