graphql-ws-client-old-protocol

Crates.iographql-ws-client-old-protocol
lib.rsgraphql-ws-client-old-protocol
version0.6.0
sourcesrc
created_at2023-11-30 15:12:51.858033
updated_at2023-11-30 15:12:51.858033
descriptionA graphql over websockets client
homepage
repository
max_upload_size
id1054239
size68,638
Daniel Kmak (Kuzirashi)

documentation

https://docs.rs/graphql-ws-client

README

Graphql Websocket Client

Runtime agnostic graphql websocket client

Crate Info API Docs Discord Chat

Examples | Changelog

Overview

The goal of this library is to provide a runtime agnostic implementation for GraphQL-over-Websocket. The library only supports subscriptions for now but will eventually support queries and mutations. It supports the websocket libraries async-tungstenite and ws-stream-wasm.

Integrations

The library offers integrations with some popular GraphQL clients with feature flags:

Documentation

The documentation is quite limited at the moment, here are some sources:

  1. The provided examples
  2. The reference documentation on docs.rs

Logging

By default, the library will log some messages at the trace level to help you debug. It is possible to turn off the logging entirely by using the no-logging feature.

Commit count: 0

cargo fmt