diff --git a/graphene_django/fields.py b/graphene_django/fields.py index 1ecce45..e670316 100644 --- a/graphene_django/fields.py +++ b/graphene_django/fields.py @@ -151,3 +151,4 @@ class DjangoConnectionField(ConnectionField): self.max_limit, self.enforce_first_or_last, ) +