From dfcb2a36278872f6bc605d8b002e4f99ca932d5b Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Thu, 8 Jun 2023 18:42:57 +0200 Subject: [PATCH] [Doc] Fix `` section about custom query filter --- docs/ReferenceArrayInput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReferenceArrayInput.md b/docs/ReferenceArrayInput.md index 5c5c7ec4bed..0f06c6748dd 100644 --- a/docs/ReferenceArrayInput.md +++ b/docs/ReferenceArrayInput.md @@ -338,6 +338,6 @@ If you want to customize the conversion between the search term and the query fi const filterToQuery = searchText => ({ name_ilike: `%${searchText}%` }); - + ``` \ No newline at end of file