Fix inconsistent query state

This commit is contained in:
Chi Vinh Le
2017-07-18 18:27:58 +07:00
parent ad09ce03a1
commit 4ee727c86a
2 changed files with 1 additions and 2 deletions
@@ -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