OBJECT

ProductEntityEdge

A Relay edge containing a ProductEntity and its cursor.

link GraphQL Schema definition

  • type ProductEntityEdge {
  • # The item at the end of the edge
  • node: ProductEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }