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