IMSIssueEdge
An edge in a connection.
graphql
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