Github API - Test Config

UpdateDiscussionCommentPayload [object]

Autogenerated return type of UpdateDiscussionComment

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

comment DiscussionComment

DiscussionComment [object]

A comment on a discussion.

Implements
CommentDeletableMinimizableNodeReactableUpdatableUpdatableCommentVotable
Attributes
author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the subject of the comment.

body String

The body as Markdown.

bodyHTML HTML

The body rendered to HTML.

bodyText String

The body rendered to text.

createdAt DateTime

Identifies the date and time when the object was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

deletedAt DateTime

The time when this replied-to comment was deleted

discussion Discussion

The discussion this comment was created in

editor Actor

The actor who edited the comment.

id ID

The Node ID of the DiscussionComment object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isAnswer Boolean

Has this comment been chosen as the answer of its discussion?

isMinimized Boolean

Returns whether or not a comment has been minimized.

lastEditedAt DateTime

The moment the editor made the last edit

minimizedReason String

Returns why the comment was minimized. One of abuse, off-topic,
outdated, resolved, duplicate and spam. Note that the case and
formatting of these values differs from the inputs to the MinimizeComment mutation.

publishedAt DateTime

Identifies when the comment was published at.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

The threaded replies to this comment.

The discussion comment this comment is a reply to

resourcePath URI

The path for this discussion comment.

updatedAt DateTime

Identifies the date and time when the object was last updated.

upvoteCount Int

Number of upvotes that this subject has received.

url URI

The URL for this discussion comment.

userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanMarkAsAnswer Boolean

Can the current user mark this comment as an answer?

viewerCanMinimize Boolean

Check if the current viewer can minimize this object.

viewerCanReact Boolean

Can user react to this subject

viewerCanUnmarkAsAnswer Boolean

Can the current user unmark this comment as an answer?

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCanUpvote Boolean

Whether or not the current user can add or remove an upvote on this subject.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

viewerHasUpvoted Boolean

Whether or not the current user has already upvoted this subject.

API:
Github GraphQL API

The modified discussion comment.

API:
Github GraphQL API