Fork me on GitHub
#graphql
<
2018-08-09
>
hlship12:08:55

Wow, things have been slow here. Show's what happens when I dare to take a vacation!

curtosis15:08:03

laninia-using-folks: how do you usually structure your resolvers?

curtosis15:08:07

right now I have a bunch of individual resolvers, but that’s just how I built them. It seems like there’s no particular reason they couldn’t share code and just switch based on inputs.

curtosis15:08:15

so mostly curious what other folks do.

mattly17:08:41

@curtosis I tend to think about it in terms of, "where can I best handle the cost of doing the resolving?"

curtosis17:08:51

how do you mean?