mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Fix typo
This commit is contained in:
parent
1bdc524029
commit
c4d9bd374e
|
@ -51,7 +51,7 @@ def get_filtering_args_from_filterset(filterset_class, type):
|
|||
):
|
||||
# Get the filter field for filters that are no explicitly declared.
|
||||
if filter_type == "isnull":
|
||||
graphene.Boolean(required=required)
|
||||
field_type = graphene.Boolean(required=required)
|
||||
else:
|
||||
model_field = get_model_field(model, filter_field.field_name)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user