GraphQL OBJECT
PermissionObject
Permission.
link Definition
- type PermissionObject {
- # Id of the permission.
- : Permission
- # permission name.
- : String
- # group of the permission.
- : String
- }
GraphQL OBJECT
Permission.
- type PermissionObject {
- # Id of the permission.
- : Permission
- # permission name.
- : String
- # group of the permission.
- : String
- }