id suffix removed from database relation fields

This commit is contained in:
Igor Lobanov
2022-11-30 18:21:15 +01:00
parent 084d50ac57
commit 479b2230d6
19 changed files with 110 additions and 110 deletions

View File

@@ -321,8 +321,8 @@ type Operation {
}
type Permission {
operationId: Int!
resourceId: Int!
operation: Int!
resource: Int!
}
type Role {