Retrieving me from Comment triggers a change

This commit is contained in:
Belen Curcio
2017-09-01 12:17:48 -03:00
parent 4569c1bd4f
commit 7bb4b03daa
@@ -91,6 +91,11 @@ const singleCommentFragment = gql`
const withCommentFragments = withFragments({
root: gql`
fragment CoralEmbedStream_Comment_root on RootQuery {
me {
ignoredUsers {
id
}
}
__typename
${getSlotFragmentSpreads(slots, 'root')}
}