reactr icon indicating copy to clipboard operation
reactr copied to clipboard

Missing GraphQL API headers support

Open flaki opened this issue 2 years ago • 1 comments

Only the JS/TS API seems to have support for the headers parameter, even though

even in Rust you can do it, but there's no handy helper like there is for JS

...as per @ospencer.

flaki avatar Mar 09 '22 22:03 flaki

Headers for an HTTP request can be provided by adding each header to the end of the request URL in the form of ::<key>:<value>.

ospencer avatar Mar 10 '22 16:03 ospencer