Skip to content

Commit

Permalink
Update protocol links (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jan 30, 2024
1 parent 465b79a commit 46d2bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Overview

The goal of this library is to provide a runtime agnostic implementation for [GraphQL-over-Websocket](https://github.com/enisdenjo/graphql-ws/blob/HEAD/PROTOCOL.md).
The goal of this library is to provide a runtime agnostic implementation for [GraphQL-over-Websockets](https://github.com/graphql/graphql-over-http/blob/main/rfcs/GraphQLOverWebSocket.md).
The library only supports subscriptions for now but will eventually support queries and mutations.
It supports the websocket libraries [async-tungstenite](https://github.com/sdroege/async-tungstenite) and [ws-stream-wasm](https://github.com/najamelan/ws_stream_wasm).

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! If you'd like to use another client or runtime adding support should
//! hopefully be trivial.
//!
//! [protocol]: https://github.com/enisdenjo/graphql-ws/blob/HEAD/PROTOCOL.md
//! [protocol]: https://github.com/graphql/graphql-over-http/blob/main/rfcs/GraphQLOverWebSocket.md
//! [cynic]: https://cynic-rs.dev
//! [graphql-client]: https://github.com/graphql-rust/graphql-client
//! [async-tungstenite]: https://github.com/sdroege/async-tungstenite
Expand Down

0 comments on commit 46d2bb6

Please sign in to comment.