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
  • node: AllowedLeadTypeEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }