OBJECT
GistComment
Represents a comment on an Gist.
link GraphQL Schema definition
- type GistComment implements Node, Comment {
- # The author of the comment.
- : Author
- # Identifies the comment body.
- : String!
- # The comment body rendered to HTML.
- : HTML!
- # Identifies the date and time when the object was created.
- : DateTime!
- # Check if this comment was created via an email reply.
- : Boolean!
- # The editor of the comment.
- : Author
- : ID!
- # The moment the editor made the last edit
- : DateTime
- # Identifies the date and time when the object was last updated.
- : DateTime!
- # Check if the current viewer can delete this comment.
- : Boolean!
- # Check if the current viewer edit this comment.
- : Boolean!
- # Errors why the current viewer can not edit this comment.
- : [CommentCannotEditReason!]!
- # Did the viewer author this comment.
- : Boolean!
- }
link Require by
This element is not required by anyone