Github API - Test Config

mutation unmarkIssueAsDuplicate
issues

Unmark an issue as a duplicate of another issue.

Arguments
input UnmarkIssueAsDuplicateInput

UnmarkIssueAsDuplicateInput [input]

Autogenerated input type of UnmarkIssueAsDuplicate

Attributes
canonicalId ID

ID of the issue or pull request currently considered canonical/authoritative/original.

clientMutationId String

A unique identifier for the client performing the mutation.

duplicateId ID

ID of the issue or pull request currently marked as a duplicate.

API:
Github GraphQL API

Parameters for UnmarkIssueAsDuplicate

Returns
UnmarkIssueAsDuplicatePayload

UnmarkIssueAsDuplicatePayload [object]

Autogenerated return type of UnmarkIssueAsDuplicate

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

duplicate IssueOrPullRequest

The issue or pull request that was marked as a duplicate.

API:
Github GraphQL API
API:
Github GraphQL API