OBJECT

ProductCategoryEntityEdge

A Relay edge containing a ProductCategoryEntity and its cursor.

link GraphQL Schema definition

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