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
The webpack loader for the graphql-tag library is described as "saves GraphQL ASTs processing time on client-side and enable queries to be separated from script over .graphql files."
I would like to use this functionality but of course I would also like to precompile my queries using ts-transform-graphql-tag. Will ts-transform-graphql-tag allow the support of .graphql files? Is there a way to make them both work together or just make ts-transform-graphql-tag do it all?
The text was updated successfully, but these errors were encountered:
The webpack loader for the graphql-tag library is described as "saves GraphQL ASTs processing time on client-side and enable queries to be separated from script over .graphql files."
I would like to use this functionality but of course I would also like to precompile my queries using ts-transform-graphql-tag. Will ts-transform-graphql-tag allow the support of .graphql files? Is there a way to make them both work together or just make ts-transform-graphql-tag do it all?
The text was updated successfully, but these errors were encountered: