Skip to content

Commit

Permalink
Setup intellij "GraphQL" plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Oct 27, 2023
1 parent 87ddf2f commit 1c794c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ node_modules/

build/*

tools/scripts/github_token.json
tools/scripts/github_token.json

src/lib/graphql/schema.json
7 changes: 7 additions & 0 deletions src/lib/graphql/graphql.config.yml
Original file line number Diff line number Diff line change
@@ -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',
]

0 comments on commit 1c794c2

Please sign in to comment.