OBJECT
EappProductConnection
The connection type for EappProduct.
link GraphQL Schema definition
- type EappProductConnection {
- : [String!]!
- # A list of edges.
- : [EappProductEdge]
- # A list of nodes.
- : [EappProduct]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }