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 baae0e1 commit a2cd4e4Copy full SHA for a2cd4e4
1 file changed
.github/workflows/graphql-schema-check.yml
@@ -33,11 +33,11 @@ jobs:
33
34
- name: generate base schema
35
run: |
36
- graphql-inspector introspect http://localhost:4000/graphql > base-schema.graphql
+ graphql-inspector introspect http://localhost:4000/graphql base-schema.graphql
37
38
- name: generate new schema
39
40
- graphql-inspector introspect http://localhost:4001/graphql > new-schema.graphql
+ graphql-inspector introspect http://localhost:4001/graphql new-schema.graphql
41
42
- name: graphql-inspector diff
43
0 commit comments