juniper/juniper_graphql_ws/README.md
Chris 27430bf60c
add juniper_graphql_transport_ws crate for new subscription protocol (#1158)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2023-08-25 01:02:32 +00:00

1.3 KiB

juniper_graphql_ws crate

Crates.io Documentation CI Rust 1.65+

This crate contains an implementation of the graphql-ws WebSocket subprotocol, as formerly used by Apollo. It has now been deprecated in favor of the protocol implemented by the juniper_graphql_transport_ws crate.

License

This project is licensed under BSD 2-Clause License.