NamespaceRole
Represents a namespace role.
Fields without arguments
Name | Type | Description |
---|---|---|
abilities | [NamespaceRoleAbility!]! | The abilities the role is granted |
assignedProjects | NamespaceProjectConnection | The projects this role is assigned to |
createdAt | Time! | Time when this NamespaceRole was created |
id | NamespaceRoleID! | Global ID of this NamespaceRole |
name | String! | The name of this role |
namespace | Namespace | The namespace where this role belongs to |
updatedAt | Time! | Time when this NamespaceRole was last updated |