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