OBJECT

OpportunityEntityEdge

A Relay edge containing a OpportunityEntity and its cursor.

link GraphQL Schema definition

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