From 450ee5677e16ad6a9a045af8cd723736f7ae811e Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Fri, 27 Sep 2024 11:56:58 +0200 Subject: [PATCH] fix docs --- documentation/topics/use-subscriptions-with-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/topics/use-subscriptions-with-graphql.md b/documentation/topics/use-subscriptions-with-graphql.md index 40ec6b98..8ab20986 100644 --- a/documentation/topics/use-subscriptions-with-graphql.md +++ b/documentation/topics/use-subscriptions-with-graphql.md @@ -72,7 +72,7 @@ For further Details checkout the DSL docs for [resource](/documentation/dsls/DSL ### Deduplication -By default, AshGraphql will deduplicate subscriptions based on the `context_id`. +By default, Absinthe will deduplicate subscriptions based on the `context_id`. We use the some of the context like actor and tenant to create a `context_id` for you. If you want to customize the deduplication you can do so by adding a actor function to your subscription.