graphql_client

Typed GraphQL requests and responses in Rust

0 followers

graphql_client is a typed GraphQL requests and responses in Rust
Launch Team
AppSignal
AppSignal
Built for dev teams, not Fortune 500s.
Promoted

What do you think? …

Sooraj Chandran
Found this cool open source repo made by @tom. GraphQL is really taking off, and now its here for Rust 💯🔥
tom
Author here. The idea is to make it really nice and safe to use from Rust. there is no external codegen step like in Apollo so it's really easy to get started with. It runs in and out of browser with WebAssembly. Still early stages (doesn't support subscriptions, although it shouldn't be too hard). The idea is to make it run everywhere! Feedback is more than welcome :)