diff --git a/graphene_django/management/commands/graphql_schema.py b/graphene_django/management/commands/graphql_schema.py index 3a1690a..14ecf0c 100644 --- a/graphene_django/management/commands/graphql_schema.py +++ b/graphene_django/management/commands/graphql_schema.py @@ -5,6 +5,7 @@ from django.core.management.base import BaseCommand, CommandError from graphene_django.settings import graphene_settings + class CommandArguments(BaseCommand): def add_arguments(self, parser):