razzle-plugin-graphql-tag
v4.0.1
Published
Use .gql/.graphql with Razzle
Readme
razzle-plugin-graphql-tag
This package contains a plugin for using graphql-tag/loader with Razzle
Usage in Razzle Projects
npm i razzle-plugin-graphql-tagor
yarn add razzle-plugin-graphql-tagUsing the plugin with the default options
// razzle.config.js
module.exports = {
plugins: ["graphql-tag"]
};Options
Check the docs here: graphql-tag/loader.
