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