Registry / web-framework / juniper-graphql-ws

juniper-graphql-ws

JSON →
library0.5.0rscratesunverified

GraphQL over WebSocket Protocol implementations for the `juniper` crate.

# Cargo.toml [dependencies] juniper_graphql_ws = "0.5.0"
INSTALL
IMPORT
SIG · JUNIPER-GRAPHQL-WS
J
juniper-graphql-ws
web-frameworkrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GraphQLWebSocket
use juniper_graphql_ws::GraphQLWebSocket;

Enables GraphQL over WebSocket with Juniper.

use juniper_graphql_ws::GraphQLWebSocket; fn main() { println!("GraphQL WebSocket support available"); }
Debug
Known issues
gotchaRequires a WebSocket server like warp or actix-web.
fix
Add a WebSocket framework and configure accordingly.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
juniper-graphql-ws — cargo add juniper-graphql-ws · libregistry