denisidoro / graffiti

An opinionated, declarative GraphQL implementation in Clojure
Eclipse Public License 1.0
34 stars 2 forks source link

Pass pathom env #31

Open mitchelkuijpers opened 5 years ago

mitchelkuijpers commented 5 years ago

Hi I tried to use your library to expose our existing pathom API. One thing we ran into is that it is currently impossible to pass a pathom env. Is that something you would like to add? I have already hacked in the possibility to do this, so I could make a PR.

denisidoro commented 5 years ago

Yes, please! Could you do so in such a way that everything is configurable via graffiti/compile?

I didn't know other people were using this. I'll probably release it to clojars then