Github GraphQL API / 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
(
String: String
String: String
Int: Int
Int: Int
)
:
UserContentEditConnection
viewerCanDelete : Boolean!
viewerCanMinimize : Boolean!
viewerCanUpdate : Boolean!
viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!
viewerDidAuthor : Boolean!