OrderCountableEdge
No description
type OrderCountableEdge {
node: Order!
cursor: String!
}
Fields
OrderCountableEdge.node ● Order! non-null object
The item at the end of the edge.
OrderCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
OrderCountableConnection object
Was this page helpful?