OBJECT

IssueEdge

Description

Wrapper around the Issue object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type IssueEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Issue object wrapped by this edge.
  • node: Issue!
  • }