OBJECT
CouponConnection
The connection type for Coupon.
link GraphQL Schema definition
- type CouponConnection implements TotalCountInterface {
- : [String!]!
- # A list of edges.
- : [CouponEdge]
- : [String!]!
- # A list of nodes.
- : [Coupon]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }