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