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