GistCommentConnection [object]
The connection type for GistComment.
Attributes
GistCommentEdge [object]
An edge in a connection.
Attributes
A cursor for use in pagination.
The item at the end of the edge.
A list of edges.
GistComment [object]
Represents a comment on an Gist.
Implements
Attributes
The actor who authored the comment.
Author's association with the gist.
Identifies the comment body.
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 actor who edited the comment.
The associated gist.
The Node ID of the GistComment object
Check if this comment was edited and includes an edit with the creation data
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.
Identifies the date and time when the object was last updated.
A list of edits to this content.
Check if the current viewer can delete this object.
Check if the current viewer can minimize this object.
Check if the current viewer can update this object.
Reasons why the current viewer can not update this comment.
Did the viewer author this comment.
A list of nodes.
PageInfo [object]
Information about pagination in a connection.
Attributes
When paginating forwards, the cursor to continue.
When paginating forwards, are there more items?
When paginating backwards, are there more items?
When paginating backwards, the cursor to continue.
Information to aid in pagination.
Int [scalar]
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Identifies the total count of items in the connection.