Question, how do I handle optional parameters when...
# prisma-whats-new
j
Question, how do I handle optional parameters when writing an update reducer in prisma
g
@justinrich I’m working on a similar problem (I think). Have a look at https://graphcool.slack.com/archives/C0MQJ62NL/p1520463996000156 for some ideas.
j
So where I’m having a hangup is that I need to perform an optional update on a linked field, so I’m not sure if the spread operator will work … does it?