evenchange4 / graphql.macro

Compile GraphQL AST at build-time with babel-plugin-macros.
MIT License
239 stars 21 forks source link

(feature) Support node module imports #39

Closed audiolion closed 5 years ago

audiolion commented 5 years ago

This covers the use-case of having a mono-repo setup with graphql files in another package of your mono-repo. These packages will be symlinked in node_modules.

This PR uses the work from #37 as a basis

evenchange4 commented 5 years ago

Sorry I can not access your repo to fix the errors. Closing in favor of #47 for further works.

evenchange4 commented 5 years ago

Thanks! Released v1.2.0 with your changes.