commented-outerjoin-fix
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2023-12-24 18:34:06 +03:00
parent 392712c604
commit 8c67438d01
3 changed files with 18 additions and 51 deletions

View File

@@ -53,11 +53,11 @@ type AuthorFollowings {
}
type AuthorStat {
shouts: Int
followings: Int
followers: Int
rating: Int
# rating: Int
commented: Int
shouts: Int
}
type Author {