web: Initial commit of graphql schema and helper to update it.

This commit is contained in:
Bill Thiede 2023-11-21 13:36:11 -08:00
parent ff6675b08f
commit 1b44bc57bb
2 changed files with 1507 additions and 0 deletions

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
View 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