Role
Represents a Role
. A Role
is a singular entity that represents one or more Permissions
. It could correlate for a job type for example, Fulfilment Manager. Roles make it
easier for clients to manage access to various functions within the system.
Fields
id (
ID!
)
ID of the object
name (
String!
)
Name of the role. Must be unique.
permissions (
[Permission]
)
A list of permissions within the role