Hey everyone :slightly_smiling_face: I just posted...
# prisma-whats-new
d
Hey everyone 🙂 I just posted a question on StackOverflow and I was wondering if anyone here would want to give their opinion (or point what I’m doing wrong) here: https://stackoverflow.com/questions/48589722/how-to-improve-mutation-with-graphcool
l
Looks good to me. The statically generated, statically typed world is verbose. But it has its pros too
d
Cool. Yeah, I definitely prefer the typed (but verbose) world, I was just wondering if there was a way to make it smarter. Thanks!
l
You'll run into dynamic query arguments, pros and cons. I tend to side more with Apollo's opinion and statically type them all. But dynamic can trim down all of the verbosity!