Github API - Test Config

mutation addDiscussionComment

Adds a comment to a Discussion, possibly as a reply to another comment.

Arguments
input AddDiscussionCommentInput

AddDiscussionCommentInput [input]

Autogenerated input type of AddDiscussionComment

Attributes
body String

The contents of the comment.

clientMutationId String

A unique identifier for the client performing the mutation.

discussionId ID

The Node ID of the discussion to comment on.

replyToId ID

The Node ID of the discussion comment within this discussion to reply to.

API:
Github GraphQL API

Parameters for AddDiscussionComment

Returns
AddDiscussionCommentPayload

AddDiscussionCommentPayload [object]

Autogenerated return type of AddDiscussionComment

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created discussion comment.

API:
Github GraphQL API
API:
Github GraphQL API