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
- : ProductEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a ProductEntity and its cursor.
- type ProductEntityEdge {
- # The item at the end of the edge
- : ProductEntity
- # A cursor for use in pagination
- : String!
- }