OBJECT
ProductDataExRelationEntityEdge
A Relay edge containing a ProductDataExRelationEntity and its cursor.
link GraphQL Schema definition
- type ProductDataExRelationEntityEdge {
- # The item at the end of the edge
- : ProductDataExRelationEntity
- # A cursor for use in pagination
- : String!
- }