Github GraphQL API / 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 (
       String: String
       String: String
       Int: Int
       Int: Int
       ReactionContent: ReactionContent
       ReactionOrder: ReactionOrder
) : ReactionConnection!

repository : Repository!

resourcePath : URI!

updatedAt : DateTime!

url : URI!

userContentEdits (
       String: String
       String: String
       Int: Int
       Int: Int
) : UserContentEditConnection

viewerCanDelete : Boolean!

viewerCanMinimize : Boolean!

viewerCanReact : Boolean!

viewerCanUpdate : Boolean!

viewerCannotUpdateReasons : [CommentCannotUpdateReason!]!

viewerDidAuthor : Boolean!

Documentation created using imtala