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