Description
When using the eq or ne operators with a false value in GraphQL filters, the filter is ignored.
db data (Only id and confirm fields are relevant here)

| eq: true |
eq: false |
 |
 |
(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
Description
When using the
eqorneoperators with afalsevalue in GraphQL filters, the filter is ignored.db data (Only

idandconfirmfields are relevant here)(Same with
neretrieving all data when value is false.)Modifying the condition in function
extractFiltersColumnresolves the problem.Environment
drizzle-graphql version: 0.8.5
GraphQL version: 16.9.0
Database: PostgreSQL