-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: Allowing # import
in GraphQL
#141
Conversation
refactor: testTimeout
refactor: testTimeout
Use @apollo/client@3, @graphql-codegen/typescript-react-apollo@2
Congrats for this feature Soichi! 🎆 I was wondering what is the story for using fragments with the babel plugin? Also, does graphql-let export typescript types? I reuse them a lot when defining a fragment, for example : https://gist.github.com/jgoux/153804f6b9922127234ae9f595a754e4 I tried to contact you on Twitter but your DM are closed. 😄 |
# import
in GraphQL# import
in GraphQL
Hi @jgoux, thank you for reaching me! So currently CLI and babel can handle this, with I'm afraid I couldn't get 100% from your example, but yes, this change enables reusing GraphQL document fragments like this used by this. I hope this description works for you. Soon I'll announce v0.15.0 on Twitter so maybe some discussion will start there. |
Fixes #65
Fixes #95