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