Crates.io | juniper_graphql_ws |
lib.rs | juniper_graphql_ws |
version | 0.4.0 |
source | src |
created_at | 2020-12-10 06:00:46.860464 |
updated_at | 2024-03-20 19:14:01.350293 |
description | GraphQL over WebSocket Protocol implementations for `juniper` crate. |
homepage | https://github.com/graphql-rust/juniper/tree/master/juniper_graphql_ws |
repository | https://github.com/graphql-rust/juniper |
max_upload_size | |
id | 321395 |
size | 109,445 |
juniper_graphql_ws
crateThis crate contains implementations of 2 protocols:
(graphql-transport-ws
feature) The new graphql-transport-ws
GraphQL over WebSocket Protocol, as now used by Apollo and graphql-ws
npm package.
(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).
This project is licensed under BSD 2-Clause License.