oliyh / re-graph

A graphql client for clojurescript and clojure
461 stars 40 forks source link

HTTP library parameters should be adjustable #72

Closed oliyh closed 4 years ago

oliyh commented 4 years ago

There seems to be a regression of #13 in that the extra parameters [:http :impl] are now a static map rather than a callback function. This makes it harder to cope with e.g. session tokens timing out and wanting to refresh them without destroying the entire re-graph instance.

This may also help with #70 and and #67 as well.