You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
I use babel-plugin-graphql-tag to compile my queries, this is used mainly so I can use aliases when importing GraphQL files. However this doesn't work with the build tool as it appears fragments are not being imported.
It would be helpful to be able to crawl precompiled AST JS so that crawling can be done on resolved documents (prevent having to bootstrap babel).
I use babel-plugin-graphql-tag to compile my queries, this is used mainly so I can use aliases when importing GraphQL files. However this doesn't work with the build tool as it appears fragments are not being imported.
It would be helpful to be able to crawl precompiled AST JS so that crawling can be done on resolved documents (prevent having to bootstrap babel).
For instance, something like:
The text was updated successfully, but these errors were encountered: