Browse Source

chore: Update graphql config for IDE plugin

Michael Bromley 6 years ago
parent
commit
c01a0b4c44
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .graphqlconfig

+ 2 - 3
.graphqlconfig

@@ -1,5 +1,4 @@
 {
 {
-    "schemaPath": "schema.json",
-    "excludes": ["server/**"]
+    "schemaPath": "./schema-admin.json",
+    "excludes": ["./packages/core/**/*.graphql", "./admin-ui/**/*.graphql"]
 }
 }
-