mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 01:08:30 +08:00
Grab rootQuery too!
This commit is contained in:
@@ -97,11 +97,16 @@ const singleCommentFragment = gql`
|
||||
edited
|
||||
editableUntil
|
||||
}
|
||||
${getSlotFragmentSpreads(slots, 'root')}
|
||||
${getSlotFragmentSpreads(slots, 'comment')}
|
||||
...${getDefinitionName(CommentBox.fragments.root)}
|
||||
...${getDefinitionName(CommentBox.fragments.comment)}
|
||||
...${getDefinitionName(ReplyBox.fragments.root)}
|
||||
...${getDefinitionName(ReplyBox.fragments.comment)}
|
||||
}
|
||||
${CommentBox.fragments.root}
|
||||
${CommentBox.fragments.comment}
|
||||
${ReplyBox.fragments.root}
|
||||
${ReplyBox.fragments.comment}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user