mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-15 14:42:06 +03:00
Merging
This commit is contained in:
parent
31704a4ec6
commit
3379266154
|
@ -15,7 +15,7 @@ from graphene.types.utils import yank_fields_from_attrs
|
|||
from .converter import convert_django_field_with_choices
|
||||
from .registry import Registry, get_global_registry
|
||||
from .settings import graphene_settings
|
||||
from .utils import DJANGO_FILTER_INSTALLED, get_model_fields, is_valid_django_model, auth_resolver
|
||||
from .utils import DJANGO_FILTER_INSTALLED, get_model_fields, is_valid_django_model, camelize, auth_resolver
|
||||
|
||||
if six.PY3:
|
||||
from typing import Type
|
||||
|
|
Loading…
Reference in New Issue
Block a user