Setup intellij "GraphQL" plugin
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,4 +6,6 @@ node_modules/
|
||||
|
||||
build/*
|
||||
|
||||
tools/scripts/github_token.json
|
||||
tools/scripts/github_token.json
|
||||
|
||||
src/lib/graphql/schema.json
|
||||
|
||||
7
src/lib/graphql/graphql.config.yml
Normal file
7
src/lib/graphql/graphql.config.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
schema: schema.json # download the schema from the server and place it in "src/lib/graphql/"
|
||||
documents: [
|
||||
'src/lib/graphql/queries/**',
|
||||
'src/lib/graphql/mutations/**',
|
||||
'src/lib/graphql/subscriptions/**',
|
||||
'src/lib/graphql/Fragments.ts',
|
||||
]
|
||||
Reference in New Issue
Block a user