lebusiness-client/scripts/generate_graphql.sh

6 lines
149 B
Bash
Raw Normal View History

2025-01-11 22:45:44 +01:00
#!/usr/bin/env zsh
set -e
graphql-schema download --endpoint http://localhost:1337/graphql --output-file crates/app/graphql/content-schema.graphql