OBJECT
A type that describes the returned payload from the addRole mutation
type AddRolePayload {# Represents the Role that was added via the AddRole mutationrole: RoleIq }