Skip to content

Commit

Permalink
Introspection json files were not correctly imported (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyganz authored and kamilkisiela committed Jan 2, 2019
1 parent a98a262 commit 5be8bd3
Show file tree
Hide file tree
Showing 6 changed files with 1,770 additions and 5 deletions.
2 changes: 2 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"graphql-inspector": "node ../packages/cli/dist/index.js",
"ui": "yarn graphql-inspector ui",
"diff": "yarn graphql-inspector diff ./schemas/schema.graphql ./schemas/new.graphql",
"diff:json": "yarn graphql-inspector diff ./schemas/schema.json ./schemas/new.json",
"diff:same": "yarn graphql-inspector diff ./schemas/schema.js ./schemas/schema.graphql",
"diff:same:json": "yarn graphql-inspector diff ./schemas/schema.json ./schemas/schema.json",
"validate": "yarn graphql-inspector validate ./documents/*.graphql ./schemas/schema.graphql",
"validate:none": "yarn graphql-inspector validate ./no-documents/*.graphql ./schemas/schema.graphql",
"similar": "yarn graphql-inspector similar ./schemas/similar.graphql",
Expand Down
Loading

0 comments on commit 5be8bd3

Please sign in to comment.