lebusiness-client/scripts/generate_graphql.sh
2025-01-11 22:45:59 +01:00

6 lines
149 B
Bash

#!/usr/bin/env zsh
set -e
graphql-schema download --endpoint http://localhost:1337/graphql --output-file crates/app/graphql/content-schema.graphql