We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b955c commit 1d74cbaCopy full SHA for 1d74cba
guides/subscriptions.md
@@ -50,7 +50,7 @@ line:
50
> happen often on cloud deployment platforms.
51
52
```elixir
53
-{Absinthe.Subscription, name: MyAppWeb.Endpoint, pool_size: 8}
+{Absinthe.Subscription, pubsub: MyAppWeb.Endpoint, pool_size: 8}
54
```
55
56
See `Absinthe.Subscription.child_spec/1` for more information on the supported
0 commit comments