OBJECT
Wrapper around the PolicyObj object. This wrapper is used for pagination.
type PolicyObjEdge {# String used to identify this edge.cursor: String! # The actual PolicyObj object wrapped by this edge.node: PolicyObj! }