graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

HTTP client integrations

Open tomhoule opened this issue 7 years ago • 1 comments

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

tomhoule avatar Jun 27 '18 06:06 tomhoule

I started working on the "wasm in browsers" one, with the fetch API. Expect a PR soon.

tomhoule avatar Oct 07 '18 06:10 tomhoule