OBJECT

LeadOpptyKPIEntityEdge

A Relay edge containing a LeadOpptyKPIEntity and its cursor.

link GraphQL Schema definition

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