Fork me on GitHub
#graphql
<
2017-12-15
>
souenzzo12:12:48

@admay I'm prototyping like this:

:fields {:name {:type 'String
                      :resolve :user/name}
Then I use lacinia.util/attach-resolvers, and the map with {:user/name #(:user/name %3)} can be auto-gen based on your schema.

admay17:12:47

hey, I wrote a super fast post on how I’m writing my resolvers at the moment. let me know what you guys think! and please point out typos! I knocked this thing out at the speed of ‘I don’t care how you spell propagate’ https://admay.github.io/graphql-design-evolution/

admay17:12:13

I would love feedback on the code from step 4 though. I’m looking for more ways to make my services more bullet proof!

admay17:12:12

Oh, shout out to @guy and @hlship! I gave you a shout out in the article for all the help you guys give around the channel. I hope you don’t mind 😬 I probably should have asked first

admay17:12:06

Actually though, you guys are exactly what the Clojure community needs. Just absolutely patient and always willing to help! Thanks so much for being active in the community!

guy17:12:50

Thank you for making the blog post!!