graphql-client
graphql-client copied to clipboard
HTTP client integrations
We should provide them optionally (separate crates, or as opt-in features?)
- Reqwest
- actix-web
- wasm in browsers (we could have to separate between stdweb and wasm-bindgen implementations)
- wasm in nodejs
I started working on the "wasm in browsers" one, with the fetch API. Expect a PR soon.