stat-query-fix

This commit is contained in:
Untone 2024-02-23 02:15:17 +03:00
parent 11e722d2af
commit b30ae915bb
3 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ export default gql`
last_seen
stat {
shouts
authors
followers
followings
rating
commented
}

View File

@ -14,10 +14,10 @@ export default gql`
last_seen
stat {
shouts
comments: commented
authors
followers
followings
rating
comments: commented
rating_shouts
rating_comments
}

View File

@ -11,10 +11,10 @@ export default gql`
created_at
stat {
shouts
comments: commented
authors
followers
followings
rating
comments: commented
rating_shouts
rating_comments
}