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