Github API - Test Config

mutation unmarkDiscussionCommentAsAnswer

Unmark a discussion comment as the chosen answer for discussions in an answerable category.

Arguments
input UnmarkDiscussionCommentAsAnswerInput

UnmarkDiscussionCommentAsAnswerInput [input]

Autogenerated input type of UnmarkDiscussionCommentAsAnswer

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The Node ID of the discussion comment to unmark as an answer.

API:
Github GraphQL API

Parameters for UnmarkDiscussionCommentAsAnswer

Returns
UnmarkDiscussionCommentAsAnswerPayload

UnmarkDiscussionCommentAsAnswerPayload [object]

Autogenerated return type of UnmarkDiscussionCommentAsAnswer

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

discussion Discussion

The discussion that includes the comment.

API:
Github GraphQL API
API:
Github GraphQL API