Commit d7b9a1d
committed
fix(GraphQL): This PR fix panic error when we give null value in filter connectives. (#6707)
Fixes GRAPHQL-744
This PR fix panic error when we give null value in filter connectives. Null values corresponding to connective are skipped now.
For example in the below filter, not connective gets skipped.
```
filter:{
id:{eq:"123"},
not:null
},
```
(cherry picked from commit 345b6d1)1 parent c2d5e66 commit d7b9a1d
2 files changed
+365
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
1017 | 1020 | | |
1018 | 1021 | | |
1019 | 1022 | | |
| |||
0 commit comments