francois2metz / vite-plugin-graphql

a Vite plugin for loading GraphQL files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-plugin-graphql

Similar to graphql-tag/loader, but for vite.

Installation

npm i vite-plugin-graphql
yarn add vite-plugin-graphql
pnpm i vite-plugin-graphql

Usage

const graphqlPlugin = require('vite-plugin-graphql');

const config = {
  plugins: [graphqlPlugin],
};

Now all the files ends with .gql or .graphql will be handled by vite-plugin-graphql.

About

a Vite plugin for loading GraphQL files


Languages

Language:JavaScript 100.0%