Skip to content

Commit

Permalink
exclude files that made vscode gql throw a bunch of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 4, 2023
1 parent f74ee6c commit aa57d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphql.config.yaml
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@
include:
- '**/*.ts'
- '**/*.graphql'
exclude:
- ./frontend/node_modules/**
- ./frontend/.svelte-kit/**
extensions:
endpoints:
Default GraphQL Endpoint:

0 comments on commit aa57d43

Please sign in to comment.