OBJECT

OpportunityTypeEntityEdge

A Relay edge containing a OpportunityTypeEntity and its cursor.

link GraphQL Schema definition

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