mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
support for graphql-ws is considered GA
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4155 GitOrigin-RevId: 40033eb41849e88fc1b7a84a607ae9ce4abccf0b
This commit is contained in:
parent
b9b5c3dafe
commit
8ef270404a
@ -10,6 +10,7 @@
|
||||
- console: remove need for clicking the Modify btn before editing a remote schema (#1193, #8262)
|
||||
- cli: fix remote schema metadata formatting issues (#7608)
|
||||
- cli: fix query collections metadata formatting issues (#7616)
|
||||
- docs: support for `graphql-ws` is considered GA
|
||||
|
||||
## v2.5.0-beta.1
|
||||
|
||||
|
@ -58,9 +58,8 @@ by the
|
||||
library and the [GraphQL over WebSocket
|
||||
Protocol](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md)
|
||||
by the [graphql-ws](https://github.com/enisdenjo/graphql-ws) library for
|
||||
sending and receiving events. The support for `graphql-ws` is currently
|
||||
considered as `BETA`. The GraphQL engine uses the
|
||||
`Sec-WebSocket-Protocol` header to determine the server Implementation
|
||||
sending and receiving events. The GraphQL engine uses the
|
||||
`Sec-WebSocket-Protocol` header to determine the communication protocol
|
||||
that'll be used. By default, the GraphQL engine will use the
|
||||
`apollographql/subscriptions-transport-ws` protocol.
|
||||
|
||||
|
@ -52,11 +52,10 @@ Hasura GraphQL engine uses the [GraphQL over WebSocket Protocol](https://github.
|
||||
by the [apollographql/subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws)
|
||||
library and the [GraphQL over WebSocket Protocol](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md)
|
||||
by the [graphql-ws](https://github.com/enisdenjo/graphql-ws) library for
|
||||
sending and receiving events. The support for `graphql-ws` is currently
|
||||
considered as `BETA`. The GraphQL engine uses the
|
||||
`Sec-WebSocket-Protocol` header to determine the server Implementation
|
||||
sending and receiving events. The GraphQL engine uses the
|
||||
`Sec-WebSocket-Protocol` header to determine the communication protocol
|
||||
that'll be used. By default, the GraphQL engine will use the
|
||||
`apollographql/subscriptions-transport-ws` implementation.
|
||||
`apollographql/subscriptions-transport-ws` protocol.
|
||||
|
||||
:::info Setting headers for subscriptions with Apollo client
|
||||
|
||||
|
@ -56,8 +56,8 @@ Hasura GraphQL engine uses the `GraphQL over WebSocket Protocol
|
||||
<https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md>`__ by the
|
||||
`apollographql/subscriptions-transport-ws <https://github.com/apollographql/subscriptions-transport-ws>`__ library and the
|
||||
`GraphQL over WebSocket Protocol <https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md>`__
|
||||
by the `graphql-ws <https://github.com/enisdenjo/graphql-ws>`__ library for sending and receiving events. The support for
|
||||
``graphql-ws`` is currently considered as ``BETA``. The GraphQL engine uses the ``Sec-WebSocket-Protocol`` header to determine
|
||||
by the `graphql-ws <https://github.com/enisdenjo/graphql-ws>`__ library for sending and receiving events.
|
||||
The GraphQL engine uses the ``Sec-WebSocket-Protocol`` header to determine
|
||||
the server Implementation that'll be used. By default, the GraphQL engine will use the ``apollographql/subscriptions-transport-ws`` protocol.
|
||||
|
||||
.. admonition:: Setting headers for subscriptions with Apollo client
|
||||
|
@ -54,8 +54,8 @@ Hasura GraphQL engine uses the `GraphQL over WebSocket Protocol
|
||||
<https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md>`__ by the
|
||||
`apollographql/subscriptions-transport-ws <https://github.com/apollographql/subscriptions-transport-ws>`__ library and the
|
||||
`GraphQL over WebSocket Protocol <https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md>`__
|
||||
by the `graphql-ws <https://github.com/enisdenjo/graphql-ws>`__ library for sending and receiving events. The support for
|
||||
``graphql-ws`` is currently considered as ``BETA``. The GraphQL engine uses the ``Sec-WebSocket-Protocol`` header to determine
|
||||
by the `graphql-ws <https://github.com/enisdenjo/graphql-ws>`__ library for sending and receiving events.
|
||||
The GraphQL engine uses the ``Sec-WebSocket-Protocol`` header to determine
|
||||
the server Implementation that'll be used. By default, the GraphQL engine will use the ``apollographql/subscriptions-transport-ws`` implementation.
|
||||
|
||||
.. admonition:: Setting headers for subscriptions with Apollo client
|
||||
|
Loading…
Reference in New Issue
Block a user