Github API - Test Config

mutation markDiscussionCommentAsAnswer

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

Arguments
input MarkDiscussionCommentAsAnswerInput

MarkDiscussionCommentAsAnswerInput [input]

Autogenerated input type of MarkDiscussionCommentAsAnswer

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

id ID

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

API:
Github GraphQL API

Parameters for MarkDiscussionCommentAsAnswer

Returns
MarkDiscussionCommentAsAnswerPayload

MarkDiscussionCommentAsAnswerPayload [object]

Autogenerated return type of MarkDiscussionCommentAsAnswer

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

discussion Discussion

The discussion that includes the chosen comment.

API:
Github GraphQL API
API:
Github GraphQL API