Skip to content

Commit

Permalink
changed v8.0.0 references to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jun 21, 2024
1 parent f8b4687 commit 28302a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-docs/docs/features/incremental-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-docs/docs/features/request-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28302a3

Please sign in to comment.