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