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