Skip to content

Commit

Permalink
Fixup graphqlconfig
Browse files Browse the repository at this point in the history
Summary: TSIA

Test Plan: N/A

Reviewers: philkuz, nlanam

Reviewed By: nlanam

Signed-off-by: Vihang Mehta <[email protected]>

Differential Revision: https://phab.corp.pixielabs.ai/D10255

GitOrigin-RevId: b6a510e
  • Loading branch information
vihangm authored and copybaranaut committed Nov 30, 2021
1 parent db7ea97 commit d6d3ab8
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": "src/cloud/api/controllers/schema/schema.graphql",
"includes": ["src/**"],
"excludes": ["src/cloud/api/controllers/unauthenticated_schema/**/*.graphql", "src/ui/**/node_modules/**"]
"schemaPath": "src/cloud/api/controllers/schema/01_base_schema.graphql",
"includes": ["src/**"]
}

0 comments on commit d6d3ab8

Please sign in to comment.