From 50dbc4e4fcd928f369b25c533eeb2adaeeac80d6 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 9 Mar 2021 15:36:51 +0100 Subject: [PATCH] Update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```