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 f2a7dcc commit b2cb9e2Copy full SHA for b2cb9e2
1 file changed
.github/workflows/graphql-schema-check.yml
@@ -33,13 +33,13 @@ 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 --write base-schema.graphql
37
38
cat base-schema.graphql
39
40
- name: generate new schema
41
42
- graphql-inspector introspect http://localhost:4001/graphql new-schema.graphql
+ graphql-inspector introspect http://localhost:4001/graphql --write new-schema.graphql
43
44
- name: graphql-inspector diff
45
0 commit comments