stat-api-hotfix
This commit is contained in:
parent
7a57c39a75
commit
f5295d2c3d
|
@ -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",
|
||||
|
|
|
@ -53,7 +53,6 @@ export default gql`
|
|||
featured_at
|
||||
stat {
|
||||
viewed
|
||||
|
||||
rating
|
||||
commented
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ export default gql`
|
|||
authors
|
||||
followers
|
||||
rating
|
||||
commented
|
||||
comments
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ export default gql`
|
|||
authors
|
||||
followers
|
||||
rating
|
||||
comments: commented
|
||||
comments
|
||||
rating_shouts
|
||||
rating_comments
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ export default gql`
|
|||
authors
|
||||
followers
|
||||
rating
|
||||
comments: commented
|
||||
comments
|
||||
rating_shouts
|
||||
rating_comments
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user