Fix graphql tree bug

This commit is contained in:
Chi Vinh Le
2017-09-05 01:17:05 +07:00
parent e1a5a64b39
commit 77396ccc31
@@ -93,12 +93,12 @@ const withCommentFragments = withFragments({
root: gql`
fragment CoralEmbedStream_Comment_root on RootQuery {
__typename
${getSlotFragmentSpreads(slots, 'root')}
me {
ignoredUsers {
id
}
}
${getSlotFragmentSpreads(slots, 'root')}
}
`,
asset: gql`