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