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