Hi 👋 everyone! Does anyone have experience with using graphcool functions to adjust relation data before mutation? I'm trying to find a way to (on the server-side) determine the "earliest" node based on certain criteria and then link the newly created node to the one that I found. While I can easily find the node in question (and it's ID), despite returning the correct data from the function, the payload does not change