mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 04:48:39 +08:00
Fix inconsistent query state
This commit is contained in:
@@ -35,6 +35,7 @@ export default withFragments({
|
||||
body
|
||||
created_at
|
||||
status
|
||||
replyCount
|
||||
tags {
|
||||
tag {
|
||||
name
|
||||
|
||||
@@ -159,7 +159,6 @@ const commentFragment = gql`
|
||||
id
|
||||
...${getDefinitionName(Comment.fragments.comment)}
|
||||
${nest(`
|
||||
replyCount(excludeIgnored: $excludeIgnored)
|
||||
replies(excludeIgnored: $excludeIgnored) {
|
||||
nodes {
|
||||
id
|
||||
@@ -210,7 +209,6 @@ const LOAD_MORE_QUERY = gql`
|
||||
id
|
||||
...${getDefinitionName(Comment.fragments.comment)}
|
||||
${nest(`
|
||||
replyCount(excludeIgnored: $excludeIgnored)
|
||||
replies(limit: 3, excludeIgnored: $excludeIgnored) {
|
||||
nodes {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user