GraphQL OBJECT
Privilege
Privilege.
link Definition
- type Privilege {
- # Context of the privilege.
- : PermissionContext
- # name of the permission context.
- : String
- # List of access rights.
- : [PermissionObject]
- # Parent permission context.
- : Privilege
- # Child permission contexts.
- : [Privilege]
- }