I want to duplicate a complex node, is there any w...
# orm-help
z
I want to duplicate a complex node, is there any way to do that easily without a long query to catch all fields I need to copy? something like
select *
?
n
You can write a helper function to do this. There is no built-in way to do this.