OrderEdge
One order together with the cursor that marks its position in the connection.
type OrderEdge {
node: Order!
cursor: String!
}
Fields
OrderEdge.node ● Order! non-null object
The item at the end of the edge.
OrderEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
OrderConnection object