ts-transform-graphql-tag
ts-transform-graphql-tag copied to clipboard
use of graphql files?
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?