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