web: Initial commit of graphql schema and helper to update it.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user