OBJECT
The connection type for Outcome.
type OutcomeConnection {cursors: [String!]! # A list of edges.edges: [OutcomeEdge] # A list of nodes.nodes: [Outcome] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }