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", "patch-package": "^8.0.0",
"prosemirror-history": "1.3.2", "prosemirror-history": "1.3.2",
"prosemirror-trailing-node": "2.0.7", "prosemirror-trailing-node": "2.0.7",
"prosemirror-view": "1.32.7", "prosemirror-view": "1.33.1",
"rollup": "4.11.0", "rollup": "4.11.0",
"sass": "1.69.5", "sass": "1.69.5",
"solid-js": "1.8.15", "solid-js": "1.8.15",

View File

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

View File

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

View File

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

View File

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