Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript-react-apollo] Add support for importing document node from external file for hooks and HOCs #2331

Conversation

eddeee888
Copy link
Collaborator

@eddeee888 eddeee888 commented Aug 10, 2019

This PR adds support for importing document node from an external file for hooks i.e. useQuery, useLazyQuery, useMutation, useSubscription.

The current implementation only works with withComponent config. As the result, hook document nodes are not used correctly. This can be seen here: https://codesandbox.io/s/gcg-15-experiments-c8l15 (Look for src/GetProject.operation.generated.tsx)

@eddeee888 eddeee888 changed the title Add support for importing document node from external file for hooks [typescript-react-apollo] Add support for importing document node from external file for hooks Aug 10, 2019
@dotansimha
Copy link
Owner

@eddeee888 thank you!!!
we can apply it to all available options? (hooks/components/hocs) ?

@eddeee888
Copy link
Collaborator Author

You are right @dotansimha ! I never used withHOC so I forgot we could do that 😬 Thanks for reminding me!

I have added that and also updated the tests to show explicitly which config (i.e. withHOC, withHooks or withComponent) we are trying to test in each

@eddeee888 eddeee888 changed the title [typescript-react-apollo] Add support for importing document node from external file for hooks [typescript-react-apollo] Add support for importing document node from external file for hooks and HOCs Aug 12, 2019
@dotansimha dotansimha merged commit 659d75d into dotansimha:master Aug 13, 2019
@dotansimha
Copy link
Owner

Thank you @eddeee888 ! Looks great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants