RedisGraph / redisgraph-go

A Golang client for redisgraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
132 stars 38 forks source link

create or merge conditionally in case clause or other alternative #65

Open ebrahimtorabi opened 2 years ago

ebrahimtorabi commented 2 years ago

... WITH CASE WHEN $param =null THEN CREATE (n:product) |n ELSE MATCH(m:product) WHERE ID(m)=$param |m END AS res . . . return res