We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3712542 commit 3921e41Copy full SHA for 3921e41
graphene/contrib/django/fields.py
@@ -34,7 +34,7 @@ def internal_type(self, schema):
34
field = DjangoConnectionField(field_object_type)
35
else:
36
field = LazyListField(field_object_type)
37
- field.contribute_to_class(self.object_type, self.name)
+ field.contribute_to_class(self.object_type, self.attname)
38
return schema.T(field)
39
40
0 commit comments