OBJECT
ProductEntityConnection
link GraphQL Schema definition
- type ProductEntityConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [ProductEntityEdge]!
- # Total number of items in the connection.
- : Int
- }