Skip to content

IssueCommentEdge

An edge in a connection.

graphql
type IssueCommentEdge {
  cursor: String!
  node: IssueComment!
}

Fields

IssueCommentEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IssueCommentEdge.node ● IssueComment! non-null object

The item at the end of the edge.

Member Of

IssueCommentConnection object

Released under the MIT License.