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 c426aa3 commit 9e798aaCopy full SHA for 9e798aa
1 file changed
.github/workflows/graphql-schema-check.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Graphql Schema Check
2
3
on: [push]
4
@@ -39,6 +39,10 @@ jobs:
39
run: |
40
graphql-inspector introspect http://localhost:4001/graphql > new-schema.graphql
41
42
+ - name: graphql-inspector diff
43
+ run: |
44
+ graphql-inspector diff base-schema.graphql new-schema.graphql
45
+
46
# This doesn't work see https://github.com/graphql-hive/graphql-inspector/issues/2876
47
- uses: graphql-hive/graphql-inspector@master
48
with:
0 commit comments