OBJECT

ProductTypeEntityEdge

A Relay edge containing a ProductTypeEntity and its cursor.

link GraphQL Schema definition

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