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