feat: group permissions
This commit is contained in:
		| @@ -3,6 +3,7 @@ query { | ||||
|     list { | ||||
|       id | ||||
|       name | ||||
|       isSystem | ||||
|       userCount | ||||
|       createdAt | ||||
|       updatedAt | ||||
|   | ||||
| @@ -3,7 +3,9 @@ query ($id: Int!) { | ||||
|     single(id: $id) { | ||||
|       id | ||||
|       name | ||||
|       rights { | ||||
|       isSystem | ||||
|       permissions | ||||
|       pageRules { | ||||
|         id | ||||
|         path | ||||
|         role | ||||
|   | ||||
		Reference in New Issue
	
	Block a user