schema and migration wip

This commit is contained in:
2021-08-20 18:10:15 +03:00
parent f756cb9fb6
commit 892c929c35
7 changed files with 71 additions and 59 deletions

View File

@@ -127,7 +127,7 @@ type Role {
}
type Rating {
createdBy: String!
createdBy: Int!
value: Int!
}