diff --git a/packages/altair-docs/docs/features/graphql-subscriptions.md b/packages/altair-docs/docs/features/graphql-subscriptions.md index 1c8cb02ec3..d33e36a368 100644 --- a/packages/altair-docs/docs/features/graphql-subscriptions.md +++ b/packages/altair-docs/docs/features/graphql-subscriptions.md @@ -5,7 +5,7 @@ parent: Features # GraphQL Subscriptions ::: warning 💡 Deprecation notice -Choosing the subscription implementation to use has been replaced with a more general [request handlers](/docs/features/request-handlers) feature in v8.0.0. This allows you to choose the request handler to use for your queries, mutations and subscriptions. All the subscription implementations below are still available as request handlers but are no longer limited to subscriptions only. +Choosing the subscription implementation to use has been replaced with a more general [request handlers](/docs/features/request-handlers) feature in v7.2.0. This allows you to choose the request handler to use for your queries, mutations and subscriptions. All the subscription implementations below are still available as request handlers but are no longer limited to subscriptions only. ::: You can test your GraphQL subscriptions easily and also get a notification when you are away from the diff --git a/packages/altair-docs/docs/features/incremental-delivery.md b/packages/altair-docs/docs/features/incremental-delivery.md index d4b2beb012..1cc259fade 100644 --- a/packages/altair-docs/docs/features/incremental-delivery.md +++ b/packages/altair-docs/docs/features/incremental-delivery.md @@ -7,7 +7,7 @@ parent: Features Altair supports the use of the [`@defer`](https://github.com/graphql/graphql-wg/blob/223447c39e76aedb9b7872170b3fcfd6f870e32c/rfcs/DeferStream.md#defer) and [`@stream`](https://github.com/graphql/graphql-wg/blob/223447c39e76aedb9b7872170b3fcfd6f870e32c/rfcs/DeferStream.md#stream) directives to enable incremental delivery of query results, following the specification defined [here](https://github.com/graphql/graphql-spec/pull/742). The specs are still in draft and are subject to change, but Altair aims to support the latest draft (and older drafts if possible). ::: warning -Note: This feature is only available from v8.0.0 and above. +Note: This feature is only available from v7.2.0 and above. ::: ![Incremental delivery](/assets/img/docs/stream-defer-request.gif) diff --git a/packages/altair-docs/docs/features/request-handlers.md b/packages/altair-docs/docs/features/request-handlers.md index f286512b14..eca57bf662 100644 --- a/packages/altair-docs/docs/features/request-handlers.md +++ b/packages/altair-docs/docs/features/request-handlers.md @@ -9,7 +9,7 @@ Altair comes with several request handlers to support different GraphQL server i ![access request handlers from the side menu](/assets/img/docs/request-handlers-sidemenu.png) ::: tip -In older versions of Altair, this was used just for configuring the subscription implementation to use. This has been replaced with request handlers in v8.0.0 which is a more general feature that allows you to choose the request handler to use for your queries, mutations and subscriptions. All the subscription implementations below are still available as request handlers but are no longer limited to subscriptions only. +In older versions of Altair, this was used just for configuring the subscription implementation to use. This has been replaced with request handlers in v7.2.0 which is a more general feature that allows you to choose the request handler to use for your queries, mutations and subscriptions. All the subscription implementations below are still available as request handlers but are no longer limited to subscriptions only. ::: ![request handlers dialog](/assets/img/docs/request-handlers-dialog.png)