Hey there! I'm running an `upsert` query and in th...
# orm-help
m
Hey there! I'm running an
upsert
query and in the update option every field updates correctly except for a
disconnect
that I have in there. The relation is still there after I run the query, it disconnects only when I run a regular
update
instead of the
upsert
. Any thoughts?
Never mind, I found the issue on Github. Hopefully it will be implemented soon
👍 1