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 70dd480 commit 2218c1eCopy full SHA for 2218c1e
doc/subscriptions.md
@@ -11,7 +11,7 @@ the subscriptions to those listeners.
11
## Adding/Removing a Listener
12
13
Subscriptions are created or removed by calling the `Request::subscribe`
14
-and `Request::unsubscribe` methods in [GraphQLService.h](../include/GraphQLService.h):
+and `Request::unsubscribe` methods in [GraphQLService.h](../include/graphqlservice/GraphQLService.h):
15
```cpp
16
SubscriptionKey subscribe(SubscriptionParams&& params, SubscriptionCallback&& callback);
17
void unsubscribe(SubscriptionKey key);
0 commit comments