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