diff --git a/README.md b/README.md index 174efafa..0f7a0002 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,12 @@ To generate a new schema, use the management command ``` python manage.py export_schema_for_cypress ``` + + +## GraphQL + +### Generate GraphQL SDL Document + +``` +python manage.py export_schema_graphql +```