Github API - Test Config

CommitCommentConnection [object]

The connection type for CommitComment.

Attributes
edges CommitCommentEdge []

CommitCommentEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes CommitComment []

CommitComment [object]

Represents a comment on a given Commit.

Implements
CommentDeletableMinimizableNodeReactableRepositoryNodeUpdatableUpdatableComment
Attributes
author Actor

The actor who authored the comment.

authorAssociation CommentAuthorAssociation

Author's association with the subject of the comment.

body String

Identifies the comment body.

bodyHTML HTML

The body rendered to HTML.

bodyText String

The body rendered to text.

commit Commit

Identifies the commit associated with the comment, if the commit exists.

createdAt DateTime

Identifies the date and time when the object was created.

createdViaEmail Boolean

Check if this comment was created via an email reply.

databaseId Int

Identifies the primary key from the database.

editor Actor

The actor who edited the comment.

id ID

The Node ID of the CommitComment object

includesCreatedEdit Boolean

Check if this comment was edited and includes an edit with the creation data

isMinimized Boolean

Returns whether or not a comment has been minimized.

lastEditedAt DateTime

The moment the editor made the last edit

minimizedReason String

Returns why the comment was minimized. One of abuse, off-topic,
outdated, resolved, duplicate and spam. Note that the case and
formatting of these values differs from the inputs to the MinimizeComment mutation.

path String

Identifies the file path associated with the comment.

position Int

Identifies the line position associated with the comment.

publishedAt DateTime

Identifies when the comment was published at.

reactionGroups ReactionGroup []

A list of reactions grouped by content left on the subject.

reactions ReactionConnection

A list of Reactions left on the Issue.

repository Repository

The repository associated with this node.

resourcePath URI

The HTTP path permalink for this commit comment.

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL permalink for this commit comment.

userContentEdits UserContentEditConnection

A list of edits to this content.

viewerCanDelete Boolean

Check if the current viewer can delete this object.

viewerCanMinimize Boolean

Check if the current viewer can minimize this object.

viewerCanReact Boolean

Can user react to this subject

viewerCanUpdate Boolean

Check if the current viewer can update this object.

viewerCannotUpdateReasons CommentCannotUpdateReason []

Reasons why the current viewer can not update this comment.

viewerDidAuthor Boolean

Did the viewer author this comment.

API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API