-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: linters
-
Environment:OS:
node.js / npm versions:
Additional info:
In a query like:
Query.query(where("tomatoes.viewer.rating").exists(true)).with(Sort.by(Sort.Direction.Desc, "tomatoes.viewer.rating"))
The linter complains that Sort.Direction.Desc is not compatible with the type of field "tomatoes.viewer.rating" (double | int).
That's invalid because it's sorting behaviour.
- is related to
-
INTELLIJ-310 Run manual test suite for readiness checking
-
- In Progress
-