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 b9a8e84 commit 2b4ae2fCopy full SHA for 2b4ae2f
README.md
@@ -38,7 +38,7 @@ func subscribeUser(context: HelloContext, arguments: NoArguments) -> EventStream
38
}
39
```
40
41
-Also provided is a `ObservableSourceEventStream` type alias that can be used to downcast the result of a subscribe execution.
+Also provided is a `ObservableSubscriptionEventStream` type alias that can be used to downcast the result of a subscribe execution.
42
It is guaranteed that the stream returned by any subscription query whose resolver returns an `ObservableEventStream` will be a
43
`ObservableSubscriptionEventStream`. For example:
44
0 commit comments