Merge pull request #872 from coralproject/missing-fragment

Add missing fragment field to Comment
This commit is contained in:
Kim Gardner
2017-08-23 12:59:38 +01:00
committed by GitHub
@@ -96,6 +96,7 @@ const withCommentFragments = withFragments({
asset: gql`
fragment CoralEmbedStream_Comment_asset on Asset {
__typename
id
${getSlotFragmentSpreads(slots, 'asset')}
}
`,