mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 09:42:32 +03:00
Run format.
This commit is contained in:
parent
d8c3dc99ff
commit
2030aa2716
|
@ -198,9 +198,11 @@ def convert_field_to_list_or_connection(field, registry=None):
|
|||
|
||||
return DjangoConnectionField(_type, description=description)
|
||||
|
||||
return DjangoListField(_type,
|
||||
return DjangoListField(
|
||||
_type,
|
||||
required=True, # A Set is always returned, never None.
|
||||
description=description)
|
||||
description=description,
|
||||
)
|
||||
|
||||
return Dynamic(dynamic_type)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user