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