return all rating for shout; unify rating fields

This commit is contained in:
knst-kotov
2021-12-14 19:37:49 +03:00
parent 64a728de41
commit 4f76f85bed
5 changed files with 23 additions and 12 deletions

View File

@@ -216,7 +216,7 @@ type Role {
}
type Rating {
rater_id: Int!
rater: Int!
value: Int!
}