This will allow you to use `.graphql` files with Snowpack, just like you can with `graphql-tag/loader` with webpack
npm install snowpack-plugin-graphql-loader.graphql files with Snowpack, just like you can with graphql-tag/loader with webpack
#import "./fragments.graphql"
`
Usage
Install:
yarn add snowpack-plugin-graphql
In your snowpack config:
`
plugins: [
["snowpack-plugin-graphql"],
],
``