OBJECT
ProductPriceListEntityEdge
A Relay edge containing a ProductPriceListEntity and its cursor.
link GraphQL Schema definition
- type ProductPriceListEntityEdge {
- #   The item at the end of the edge
- : ProductPriceListEntity 
- #   A cursor for use in pagination
- : String! 
- }