ItemsEdge
An edge in a connection.
type ItemsEdge {
cursor: String!
node: Item
}
Fields
ItemsEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
ItemsEdge.node
● Item
object
The item at the end of the edge.
Member Of
ItemsConnection
object