WebpackBlocks-GraphQL-Loader
Simple wrapper around graphq-tag. Enables direct import
ing of .graphql
and .gql
files in your JS application.
Usage
Install via npm
:
npm install --save-dev webpack-blocks-graphql
Then include in your webpack.config.js
file:
var webpack = ;var graphql = ; moduleexports = webpack;
That's it! 👏