web: Initial commit of graphql schema and helper to update it.
This commit is contained in:
parent
ff6675b08f
commit
1b44bc57bb
1503
web/graphql/schema.json
Normal file
1503
web/graphql/schema.json
Normal file
File diff suppressed because it is too large
Load Diff
4
web/graphql/update_schema.sh
Executable file
4
web/graphql/update_schema.sh
Executable file
@ -0,0 +1,4 @@
|
||||
DEV_HOST=localhost
|
||||
DEV_PORT=9345
|
||||
graphql-client introspect-schema http://${DEV_HOST:?}:${DEV_PORT:?}/graphql --output schema.json
|
||||
git diff schema.json
|
||||
Loading…
x
Reference in New Issue
Block a user