{"library":"webpack-graphql-loader","install":[{"cmd":"npm install webpack-graphql-loader","imports":["import query from './query.graphql'","import { DocumentNode } from 'graphql'","module.exports = { module: { rules: [{ test: /\\.graphql$/, use: [{ loader: 'webpack-graphql-loader', options: { validate: true, schema: './schema.json' } }] }] } }"]},{"cmd":"yarn add webpack-graphql-loader","imports":[]},{"cmd":"pnpm add webpack-graphql-loader","imports":[]}]}