Remove voting related fragments for now

This commit is contained in:
SachaG 2017-10-06 08:51:58 +09:00
parent ba7ad9e006
commit ec5d64cd6e

View file

@ -43,19 +43,6 @@ registerFragment(`
postCount
# vulcan:comments
commentCount
# vulcan:voting
downvotedComments {
...VotedItem
}
downvotedPosts {
...VotedItem
}
upvotedComments {
...VotedItem
}
upvotedPosts {
...VotedItem
}
}
`);