cuddle-templates/cuddle-leptos/scripts/generate_graphql.sh

6 lines
149 B
Bash
Raw Normal View History

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