Loads .gql
files as graphql-tag at runtime in node
Useful in conjunction with react-apollo if you can't use the webpack graphql loader
require('graphql-tag-register')();
const MyQuery = require('./my-query.gql');
There's a complex example built in !!
# will load + print ./examples/FooQuery.gql
node example