Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Stitching Subscriptions not supported in version 9 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/stitching.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ This lets the remote schema optimize the calls much better since now the remote

We are currently supporting stitching `Query` and `Mutation`.

With Version 9 we will introduce stitching the `Subscription` type.
Stitching the `Subscription` type is not supported.

Stitching queries is straight forward and works like described earlier. Mutations are also quite straight forward, but it is often overlooked that mutations are executed with a different execution strategy.

Expand Down