IssueEdge
An edge in a connection.
type IssueEdge {
  cursor: String!
  node: Issue!
}
Fields
IssueEdge.cursor ● String! non-null scalar
A cursor used in pagination.
IssueEdge.node ● Issue! non-null object
The item at the end of the edge.
Member of
IssueConnection  object