We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the eq or ne operators with a false value in GraphQL filters, the filter is ignored.
eq
ne
false
db data (Only id and confirm fields are relevant here)
id
confirm
(Same with ne retrieving all data when value is false.)
Modifying the condition in function extractFiltersColumn resolves the problem.
extractFiltersColumn
drizzle-graphql version: 0.8.5 GraphQL version: 16.9.0 Database: PostgreSQL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When using the
eq
orne
operators with afalse
value in GraphQL filters, the filter is ignored.db data (Only

id
andconfirm
fields are relevant here)(Same with
ne
retrieving all data when value is false.)Modifying the condition in function
extractFiltersColumn
resolves the problem.Environment
drizzle-graphql version: 0.8.5
GraphQL version: 16.9.0
Database: PostgreSQL
The text was updated successfully, but these errors were encountered: