consistent naming of database fields

This commit is contained in:
Igor Lobanov
2022-11-29 20:13:03 +01:00
parent c064170d24
commit 8209cc744c
20 changed files with 113 additions and 114 deletions

View File

@@ -319,8 +319,8 @@ type Operation {
}
type Permission {
operation_id: Int!
resource_id: Int!
operationId: Int!
resourceId: Int!
}
type Role {