mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Use unique name for fragment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user