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