OBJECT

LeadOpptyEntityEdge

A Relay edge containing a LeadOpptyEntity and its cursor.

link GraphQL Schema definition

  • type LeadOpptyEntityEdge {
  • # The item at the end of the edge
  • node: LeadOpptyEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }