Skip to content

Commit

Permalink
(update) API schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Nov 25, 2023
1 parent 3dc4010 commit 2f625ac
Show file tree
Hide file tree
Showing 4 changed files with 10,591 additions and 9,129 deletions.
2 changes: 1 addition & 1 deletion bin/server
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "bin/activate-env" > /dev/null 2>&1
# Run server commands
if [[ "$*" == *gen:graph* ]]; then
cd "${ROOT:?}"
apollo service:download --endpoint=http://0.0.0.0:5002/graphql/ "${ROOT:?}/schemas/graphql.json"
npx apollo service:download --endpoint=http://0.0.0.0:5002/graphql/ "${ROOT:?}/schemas/graphql.json"
cd -
elif [[ "$*" == *gen:openapi* ]]; then
cd "${ROOT:?}"
Expand Down
17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f625ac

Please sign in to comment.