Closed
Description
Maybe we could do this by using the function mapping discussed in #90
UPDATE [nt:foo] APPLY nodetype_add('nt:barbar')
UPDATE [nt:foo] APPLY nodetype_remove('nt:barbar') WHERE x
UPDATE [nt:foo] APPLY do_something_copmpletely_different() WHERE y
UPDATE [nt:foo] APPLY nodetype_add('foo:bar'), property_set('foo', 'bar'), nodetype_remove('bar')