mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
try1
This commit is contained in:
parent
25d62a2afa
commit
21ec388866
|
@ -177,7 +177,7 @@ def convert_onetoone_field_to_djangomodel(field, registry=None):
|
|||
if not _type:
|
||||
return
|
||||
required = define_null_parameter(manager)
|
||||
return Field(_type, required=required)
|
||||
return Field(_type, source='single', required=required)
|
||||
|
||||
return Dynamic(dynamic_type)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user