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
@@ -78,7 +78,7 @@ export class UserBoxContainer extends Component<InnerProps> {
const enhanced = withSignOutMutation(
withSetAuthPopupStateMutation(
withShowAuthPopupMutation(
withLocalStateContainer<Local>(
withLocalStateContainer(
graphql`
fragment UserBoxContainerLocal on Local {
authPopup {
@@ -89,7 +89,7 @@ const enhanced = withSignOutMutation(
}
`
)(
withFragmentContainer<{ user: UserData | null }>({
withFragmentContainer<InnerProps>({
user: graphql`
fragment UserBoxContainer_user on User {
username