Skip to content

Commit a29b48d

Browse files
author
Sebastian Hernandez
committed
Fix django_fields error
1 parent 7bd158c commit a29b48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init_subclass_with_meta__(
264264
if _meta.fields:
265265
_meta.fields.update(django_fields)
266266
else:
267-
_meta.fields = fields
267+
_meta.fields = django_fields
268268
_meta.connection = connection
269269

270270
super(DjangoObjectType, cls).__init_subclass_with_meta__(

0 commit comments

Comments
 (0)