role_id and topic relations fixes

This commit is contained in:
2021-08-20 12:27:19 +03:00
parent ee3b186ba1
commit 3075dbb64b
19 changed files with 592 additions and 12 deletions

View File

@@ -118,10 +118,12 @@ type Subscription {
############################################ Entities
type Role {
id: Int!
name: String!
org: String!
level: Int! # 1-8
org_id: Int!
# level: Int! # 1-8
desc: String
permissions: [Int!]!
}
type Rating {