ivdma / craco-graphql-loader

GraphQL Loader plugin for CRACO, React Scripts, Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚨🚨🚨🚨🚨 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.

GraphQL Loader plugin for CRACO

Plugin for craco which allows configuring the graphql-tag/loader inside of react-scripts applications.

Usage

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!

About

GraphQL Loader plugin for CRACO, React Scripts, Create React App

License:MIT License


Languages

Language:JavaScript 100.0%