DiscountConnection
A connection of discounts.
type DiscountConnection {
nodes: [Discount!]!
hasNextPage: Boolean!
totalCount: Int!
}
Fields
DiscountConnection.nodes ● [Discount!]! non-null object
The resulting entities.
DiscountConnection.hasNextPage ● Boolean! non-null scalar
Whether this connection has a next page.
DiscountConnection.totalCount ● Int! non-null scalar
The total amount of items in this connection.
Member Of
OrderItem object