Github GraphQL API / Comment
Represents a comment.
Implementations
- CommitComment
- Discussion
- DiscussionComment
- GistComment
- Issue
- IssueComment
- PullRequest
- PullRequestReview
- PullRequestReviewComment
- TeamDiscussion
- TeamDiscussionComment
Fields
author : Actor
authorAssociation : CommentAuthorAssociation!
body : String!
bodyHTML : HTML!
bodyText : String!
createdAt : DateTime!
createdViaEmail : Boolean!
editor : Actor
id : ID!
includesCreatedEdit : Boolean!
lastEditedAt : DateTime
publishedAt : DateTime
updatedAt : DateTime!
userContentEdits
(
String: String
String: String
Int: Int
Int: Int
)
:
UserContentEditConnection
viewerDidAuthor : Boolean!