Update readme

This commit is contained in:
Ramon Wenger 2021-03-09 15:36:51 +01:00
parent 9490ffd443
commit 50dbc4e4fc
1 changed files with 9 additions and 0 deletions

View File

@ -221,3 +221,12 @@ To generate a new schema, use the management command
``` ```
python manage.py export_schema_for_cypress python manage.py export_schema_for_cypress
``` ```
## GraphQL
### Generate GraphQL SDL Document
```
python manage.py export_schema_graphql
```