Use unique name for fragment

This commit is contained in:
Chi Vinh Le
2017-04-25 23:00:11 +07:00
parent 4bacc2b0c2
commit 3a7b17750e
@@ -9,8 +9,7 @@ import RespectButton from '../components/RespectButton';
const isRespectAction = (a) => a.__typename === 'RespectActionSummary';
const COMMENT_FRAGMENT = gql`
fragment RespectButton_comment on Comment {
id
fragment RespectButton_updateFragment on Comment {
action_summaries {
... on RespectActionSummary {
count