OBJECT
A Role is a group of Policy that allows a User to execute multiple tasks in nCore.
type Role {id: Int name: String policies: [Policy] }