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