jan
01/02/2018, 4:50 PMoperationBefore
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