GistComment

Represents a comment on an Gist.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

gist : Gist!

id : ID!

includesCreatedEdit : Boolean!

isMinimized : Boolean!

lastEditedAt : DateTime

minimizedReason : String

publishedAt : DateTime

updatedAt : DateTime!

userContentEdits (
       after: String
       before: String
       first: Int
       last: Int
) : UserContentEditConnection

viewerCanDelete : Boolean!

viewerCanMinimize : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!