Add missing fragment field to Comment

This commit is contained in:
Chi Vinh Le
2017-08-23 17:07:28 +07:00
parent 8ecf243d2d
commit 5eafb672ef
@@ -96,6 +96,7 @@ const withCommentFragments = withFragments({
asset: gql`
fragment CoralEmbedStream_Comment_asset on Asset {
__typename
id
${getSlotFragmentSpreads(slots, 'asset')}
}
`,