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
  • node: ProductPriceListEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }