Initial commit
This commit is contained in:
11
graphql.config.js
Normal file
11
graphql.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
// This file is used by the VSCode GraphQL extension
|
||||
|
||||
const { getPaths } = require('@redwoodjs/project-config')
|
||||
|
||||
/** @type {import('graphql-config').IGraphQLConfig} */
|
||||
const config = {
|
||||
schema: getPaths().generated.schema,
|
||||
documents: './web/src/**/!(*.d).{ts,tsx,js,jsx}',
|
||||
}
|
||||
|
||||
module.exports = config
|
Reference in New Issue
Block a user