GraphQL OBJECT
User role.
type UserRoleGraph {# Unique ID of the user role.id: Long! # user role name.name: String! }