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