OBJECT
ProductConnection
link GraphQL Schema definition
- type ProductConnection {
- # A list of edges.
- : [ProductEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- }
OBJECT
- type ProductConnection {
- # A list of edges.
- : [ProductEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- }