CommitComment

Represents a comment on a given Commit.

Implements

Fields

author : Actor

authorAssociation : CommentAuthorAssociation!

body : String!

bodyHTML : HTML!

bodyText : String!

commit : Commit

createdAt : DateTime!

createdViaEmail : Boolean!

databaseId : Int

editor : Actor

id : ID!

includesCreatedEdit : Boolean!

isMinimized : Boolean!

lastEditedAt : DateTime

minimizedReason : String

path : String

position : Int

publishedAt : DateTime

reactionGroups : [ReactionGroup!]

reactions (
       after: String
       before: String
       first: Int
       last: Int
       content: ReactionContent
       orderBy: ReactionOrder
) : ReactionConnection!

repository : Repository!

resourcePath : URI!

updatedAt : DateTime!

url : URI!

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

viewerCanDelete : Boolean!

viewerCanMinimize : Boolean!

viewerCanReact : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!