oliyh / re-graph

A graphql client for clojurescript and clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP library parameters should be adjustable

oliyh opened this issue · comments

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.