From 8cefaca4191a93173cc96492d4771e6ce9689b88 Mon Sep 17 00:00:00 2001 From: Eraldo Energy Date: Tue, 21 May 2024 15:28:54 +0100 Subject: [PATCH] fix: typo (#531) --- docs/guide/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/filters.md b/docs/guide/filters.md index 89d1ad4f..e1c77a64 100644 --- a/docs/guide/filters.md +++ b/docs/guide/filters.md @@ -221,7 +221,7 @@ class FruitFilter: This can be modified using `strawberry_django.filter_field(filter_none=True)` - This also means that build in `exact` & `iExact` lookups cannot be used to filter for `None` + This also means that built in `exact` & `iExact` lookups cannot be used to filter for `None` and `isNull` have to be used explicitly. #### value resolution