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