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 a2cd4e4 commit f2a7dccCopy full SHA for f2a7dcc
1 file changed
.github/workflows/graphql-schema-check.yml
@@ -34,6 +34,8 @@ jobs:
34
- name: generate base schema
35
run: |
36
graphql-inspector introspect http://localhost:4000/graphql base-schema.graphql
37
+
38
+ cat base-schema.graphql
39
40
- name: generate new schema
41
0 commit comments