mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
fix
This commit is contained in:
parent
8df0a44d65
commit
b3d8ed36c0
|
@ -170,6 +170,7 @@ def convert_onetoone_field_to_djangomodel(field, registry=None):
|
|||
|
||||
def dynamic_type():
|
||||
_type = registry.get_type_for_model(model)
|
||||
print('created type ', _type)
|
||||
if not _type:
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user