Skip to main content

CouponConnection

A connection to a list of Coupon values.

type CouponConnection {
hasNextPage: Boolean!
nodes: [Coupon!]!
totalCount: Int!
}

Fields

CouponConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page

CouponConnection.nodes ● [Coupon!]! non-null object

The resulting items.

CouponConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection

Member Of

Discount object ● User object