🚨🚨🚨🚨🚨 Maintainers needed 🚨🚨🚨🚨🚨
I am abandoning the project and will archive the repository after January 1st 2022. Ping me if you wish to take this repository over.
Plugin for craco which allows configuring the graphql-tag/loader inside of react-scripts applications.
Install
npm i craco-graphql-loader
# or
yarn add craco-graphql-loader
Add this plugin to your craco.config.js
:
const cracoGraphqlLoader = require("craco-graphql-loader");
module.exports = {
plugins: [{ plugin: cracoGraphqlLoader }],
};
Then import any query:
import MyQuery from "./MyQuery.graphl";
For further usage instructions visit: https://github.com/apollographql/graphql-tag
Made with love at Payt B.V.. We're hiring!