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