Skip to content

[QUERY] APPLY functions to node, e.g. for adding/removing node types #99

Closed
@dantleech

Description

@dantleech

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions