-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The simple case where having the two functions, one getter and one setter where the object type is an array or sequence. eg:
-- :name test-func-set :list :1
CREATE (n:Node {value: $value})
RETURN n
-- :name test-func-get
MATCH (n:Node) RETURN n.value as value
Gives the below error when getting the value:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
