From 58e45d1dd9306e6600d4975a047d6bd5f7401f72 Mon Sep 17 00:00:00 2001 From: Raphael Abreu Date: Wed, 11 Mar 2020 11:11:59 -0300 Subject: [PATCH] Stitching Subscriptions not supported in version 9 Changing text to make it clear that stitching subscriptions is not supported at this moment. I have lost some hours trying to understand what was going on to only later figure out that the documentation was misleading. --- docs/stitching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stitching.md b/docs/stitching.md index 78ebb4b3..33ccc1be 100644 --- a/docs/stitching.md +++ b/docs/stitching.md @@ -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.