AddDiscussionCommentPayload [object]
Autogenerated return type of AddDiscussionComment
Attributes
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.
A unique identifier for the client performing the mutation.
DiscussionComment [object]
A comment on a discussion.
Implements
Attributes
The actor who authored the comment.
Author's association with the subject of the comment.
The body as Markdown.
The body rendered to HTML.
The body rendered to text.
Identifies the date and time when the object was created.
Check if this comment was created via an email reply.
Identifies the primary key from the database.
The time when this replied-to comment was deleted
The discussion this comment was created in
The actor who edited the comment.
The Node ID of the DiscussionComment object
Check if this comment was edited and includes an edit with the creation data
Has this comment been chosen as the answer of its discussion?
Returns whether or not a comment has been minimized.
The moment the editor made the last edit
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.
Identifies when the comment was published at.
A list of reactions grouped by content left on the subject.
A list of Reactions left on the Issue.
The threaded replies to this comment.
The discussion comment this comment is a reply to
The path for this discussion comment.
Identifies the date and time when the object was last updated.
Number of upvotes that this subject has received.
The URL for this discussion comment.
A list of edits to this content.
Check if the current viewer can delete this object.
Can the current user mark this comment as an answer?
Check if the current viewer can minimize this object.
Can user react to this subject
Can the current user unmark this comment as an answer?
Check if the current viewer can update this object.
Whether or not the current user can add or remove an upvote on this subject.
Reasons why the current viewer can not update this comment.
Did the viewer author this comment.
Whether or not the current user has already upvoted this subject.
The newly created discussion comment.