OBJECT
OpportunityEntityConnection
link GraphQL Schema definition
- type OpportunityEntityConnection {
 - #   Pagination data for this connection.
 - : PageInfo! 
 - #   Contains the nodes in this connection.
 - : [OpportunityEntityEdge]! 
 - #   Total number of items in the connection.
 - : Int 
 - }