Skip to content

Conversation

@christophehurpeau
Copy link

Description

Summary of Changes

Allow $ne operator to accept null values.

null value is useful when we want to have a similar behavior as exists, but including null values even if the Value is not declared as nullable.

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Release notes highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

Allow $ne operator to accept null values. 

null value is useful when we want to have a similar behavior as exists, but including `null` values even if the Value is not declared as nullable.
@christophehurpeau christophehurpeau requested a review from a team as a code owner November 20, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant