Douglas Gabriel

Results 2 issues of Douglas Gabriel

`.whereIn` would be a great addition. Example: ```typescript new Builder() .match('color', 'Color') .whereIn('color.name', ['red', 'blue']) ``` should be ``` MATCH (color:Color) WHERE color.name IN ['red', 'blue'] ```

- Fix `whereBetween` syntax to use valid cypher - Add `whereNotBetween`