Skip to content

Commit

Permalink
chore: Update graphql config for IDE plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 23, 2019
1 parent 75f8858 commit c01a0b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .graphqlconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"schemaPath": "schema.json",
"excludes": ["server/**"]
"schemaPath": "./schema-admin.json",
"excludes": ["./packages/core/**/*.graphql", "./admin-ui/**/*.graphql"]
}

0 comments on commit c01a0b4

Please sign in to comment.