We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba6de4 commit 23b6419Copy full SHA for 23b6419
graphene_django/management/commands/graphql_schema.py
@@ -48,6 +48,7 @@ def add_arguments(self, parser):
48
class Command(CommandArguments):
49
help = "Dump Graphene schema as a JSON or GraphQL file"
50
can_import_settings = True
51
+ requires_system_checks = False
52
53
def save_json_file(self, out, schema_dict, indent):
54
with open(out, "w") as outfile:
0 commit comments