Join Slack
Powered by
I want to duplicate a complex node, is there any w...
# orm-help
z
zonofthor
06/27/2018, 10:38 AM
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
nilan
06/28/2018, 9:09 AM
You can write a helper function to do this. There is no built-in way to do this.
Open in Slack
Previous
Next