Skip to main content

DiscountConnection

A connection to a list of Discount values.

type DiscountConnection {
hasNextPage: Boolean!
nodes: [Discount!]!
totalCount: Int!
}

Fields

DiscountConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

DiscountConnection.nodes ● [Discount!]! non-null object

The resulting items.

DiscountConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

Category object ● OrderItem object ● Product object ● ProductVariant object