From 36c9f6f635e472e9164129b16df09ec7fd950acb Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Fri, 27 Sep 2024 14:22:31 +0200 Subject: [PATCH] Update documentation/topics/use-subscriptions-with-graphql.md Co-authored-by: Zach Daniel --- 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 8ab20986..b172f791 100644 --- a/documentation/topics/use-subscriptions-with-graphql.md +++ b/documentation/topics/use-subscriptions-with-graphql.md @@ -1,6 +1,6 @@ # Using Subscriptions -You can do this with Absinthe direclty, and use `AshGraphql.Subscription.query_for_subscription/3`. Here is an example of how you could do this for a subscription for a single record. This example could be extended to support lists of records as well. +You can do this with Absinthe directly, and use `AshGraphql.Subscription.query_for_subscription/3`. Here is an example of how you could do this for a subscription for a single record. This example could be extended to support lists of records as well. ```elixir # in your absinthe schema file