We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cb9e2 commit 773d42cCopy full SHA for 773d42c
1 file changed
.github/workflows/graphql-schema-check.yml
@@ -43,8 +43,7 @@ jobs:
43
44
- name: graphql-inspector diff
45
run: |
46
- echo "base schema"
47
- cat base-schema.graphql
+ graphql-inspector diff base-schema.graphql new-schema.graphql
48
49
# This doesn't work see https://github.com/graphql-hive/graphql-inspector/issues/2876
50
- uses: graphql-hive/graphql-inspector@master
0 commit comments