Skip to content

Commit

Permalink
Update documentation/topics/use-subscriptions-with-graphql.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Daniel <[email protected]>
  • Loading branch information
barnabasJ and zachdaniel authored Sep 27, 2024
1 parent 450ee56 commit 36c9f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/topics/use-subscriptions-with-graphql.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36c9f6f

Please sign in to comment.