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