Magidoc

GistComment
Object

Represents a comment on an Gist.

Fields

#

author

The actor who authored the comment.

authorAssociation

Non-null

Author's association with the gist.

body

Non-null

Identifies the comment body.

bodyHTML

Non-null

The body rendered to HTML.

bodyText

Non-null

The body rendered to text.

createdAt

Non-null

Identifies the date and time when the object was created.

createdViaEmail

Non-null

Check if this comment was created via an email reply.

databaseId

Identifies the primary key from the database.

editor

The actor who edited the comment.

gist

Non-null

The associated gist.

id

ID !
Non-null

The Node ID of the GistComment object

includesCreatedEdit

Non-null

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

isMinimized

Non-null

Returns whether or not a comment has been minimized.

lastEditedAt

The moment the editor made the last edit

minimizedReason

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

Identifies when the comment was published at.

updatedAt

Non-null

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

userContentEdits

A list of edits to this content.

viewerCanDelete

Non-null

Check if the current viewer can delete this object.

viewerCanMinimize

Non-null

Check if the current viewer can minimize this object.

viewerCanUpdate

Non-null

Check if the current viewer can update this object.

viewerCannotUpdateReasons

Non-null

Reasons why the current viewer can not update this comment.

viewerDidAuthor

Non-null

Did the viewer author this comment.

Interfaces

#

Also implements Comment , Deletable , Minimizable , Node , Updatable , UpdatableComment .

Usages

#

References

#