Pārlūkot izejas kodu

chore: Update graphql config for IDE plugin

Michael Bromley 6 gadi atpakaļ
vecāks
revīzija
c01a0b4c44
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  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"]
 }
-