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