OBJECT
OpportunityConnection
The connection type for Opportunity.
link GraphQL Schema definition
- type OpportunityConnection {
- : [String!]!
- # A list of edges.
- : [OpportunityEdge]
- # A list of nodes.
- : [Opportunity]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }