stat-api-hotfix

This commit is contained in:
Untone 2024-02-26 00:20:55 +03:00
parent 7a57c39a75
commit f5295d2c3d
5 changed files with 4 additions and 5 deletions

View File

@ -111,7 +111,7 @@
"patch-package": "^8.0.0",
"prosemirror-history": "1.3.2",
"prosemirror-trailing-node": "2.0.7",
"prosemirror-view": "1.32.7",
"prosemirror-view": "1.33.1",
"rollup": "4.11.0",
"sass": "1.69.5",
"solid-js": "1.8.15",

View File

@ -53,7 +53,6 @@ export default gql`
featured_at
stat {
viewed
rating
commented
}

View File

@ -18,7 +18,7 @@ export default gql`
authors
followers
rating
commented
comments
}
}
}

View File

@ -17,7 +17,7 @@ export default gql`
authors
followers
rating
comments: commented
comments
rating_shouts
rating_comments
}

View File

@ -14,7 +14,7 @@ export default gql`
authors
followers
rating
comments: commented
comments
rating_shouts
rating_comments
}