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