juniper/juniper_graphql_ws
2025-01-02 14:02:36 +02:00
..
src Upgrade actix-ws crate from 0.2 to 0.3 version (#1267) 2024-07-23 14:43:02 +02:00
Cargo.toml Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272) 2024-08-12 23:31:39 +02:00
CHANGELOG.md Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272) 2024-08-12 23:31:39 +02:00
LICENSE Update copyright notices to 2025 year 2025-01-02 14:02:36 +02:00
README.md Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272) 2024-08-12 23:31:39 +02:00
release.toml Provide axum integration (#1088, #986, #1184) 2023-11-09 11:57:00 +01:00

juniper_graphql_ws crate

Crates.io Documentation CI Rust 1.75+

This crate contains implementations of 2 protocols:

  1. (graphql-transport-ws feature) The new graphql-transport-ws GraphQL over WebSocket Protocol, as now used by Apollo and graphql-ws npm package.

  2. (graphql-ws feature) The legacy graphql-ws GraphQL over WebSocket Protocol, as formerly used by Apollo and subscriptions-transport-ws npm package (deprecated in favor of the new graphql-transport-ws GraphQL over WebSocket Protocol mentioned above).

License

This project is licensed under BSD 2-Clause License.