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