Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 272 Bytes

generating-new-graphql-schema.md

File metadata and controls

7 lines (5 loc) · 272 Bytes

Generate Schema File

To generate a fresh GraphQL schema file, try this command (assumes docker is up and you've built the stack):

docker compose -f local.yml run django python manage.py graphql_schema --schema config.graphql.schema.schema --out schema.graphql