neode-querybuilder icon indicating copy to clipboard operation
neode-querybuilder copied to clipboard

No whereIn

Open DouglasGabr opened this issue 4 years ago • 1 comments

.whereIn would be a great addition.

Example:

new Builder()
  .match('color', 'Color')
  .whereIn('color.name', ['red', 'blue'])

should be

MATCH (color:Color)
WHERE color.name IN ['red', 'blue']

DouglasGabr avatar Nov 11 '20 16:11 DouglasGabr

👍

mirkos93 avatar Dec 15 '20 08:12 mirkos93