Finish porting to relay-1.7 including types

This commit is contained in:
Chi Vinh Le
2018-08-30 23:49:38 +02:00
parent 0dcff65344
commit 942ce366b8
23 changed files with 94 additions and 52 deletions
@@ -52,9 +52,7 @@ const enhanced = withContext(ctx => ({
pym: ctx.pym,
}))(
withSetCommentIDMutation(
withFragmentContainer<{
comment: CommentData | null;
}>({
withFragmentContainer<PermalinkViewContainerProps>({
comment: graphql`
fragment PermalinkViewContainer_comment on Comment {
...CommentContainer