From 5f5aca95b4ef98d770ddc6c5c7aaa21b16607085 Mon Sep 17 00:00:00 2001 From: ldynia <1820831+ldynia@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:51:14 +0200 Subject: [PATCH] Update filtering caution in mutations.md (#648) Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: Thiago Bellini Ribeiro --- docs/guide/mutations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/mutations.md b/docs/guide/mutations.md index 9c46ed5c..3506de12 100644 --- a/docs/guide/mutations.md +++ b/docs/guide/mutations.md @@ -168,8 +168,7 @@ class Mutation: ## Filtering > [!CAUTION] -> This is totally discouraged as it allows for any issue with the filters -> to be able to alter your whole model collection. +> Filtering on mutations is discouraged as it can potentially alter your entire model collection if there are issues with the filters. Filters can be added to update and delete mutations. More information in the [filtering](filters.md) section.