graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Regression on ID scalar type filtering

Open HiiiiD opened this issue 2 months ago • 0 comments

Describe the regression Up until version 4.0, there was a bug in which String and IDs were using the same features.filters. In this PR the issue was fixed but the Neo4jIDFiltersSettings wasn't changed, so it wasn't possible anymore to use _GT,_GTE,_LT,_LTE on the ID type

Last working version

Worked up to version: @neo4j/[email protected]

Stopped working in version: @neo4j/[email protected]

Type definitions

To Reproduce

Expected behavior I expected to see the possibility of adding the other scalar filters

Screenshots

System (please complete the following information):

  • OS: Windows
  • Node.js version: 20.12.0

Additional context

HiiiiD avatar May 06 '24 11:05 HiiiiD