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