Hi everyone! First of all, :clap: on building an a...
# prisma-whats-new
j
Hi everyone! First of all, 👏 on building an amazing product! I started playing around with graphcool over Christmas and immediately fell in love... One question regarding functions and
operationBefore
hooks - is it planned that it would be possible to update relation fields of a mutation as part of the function as well? I have a simple double-linked list implementation and would like to automatically add new nodes to the HEAD by taking the current HEAD and pointing the new node at it - even though my current
operationBefore
function sets the reference
nextId
field correctly in the response, the new node is still created with
null
in the
next
field