We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2a17f commit 63ab7f5Copy full SHA for 63ab7f5
src/resolvers/helpers/filterOperators.js
@@ -37,6 +37,7 @@ export function addFilterOperators(
37
}
38
39
export function processFilterOperators(filter: Object) {
40
+ if (!filter) return filter;
41
_prepareAndOrFilter(filter);
42
if (filter[OPERATORS_FIELDNAME]) {
43
const operatorFields = filter[OPERATORS_FIELDNAME];
0 commit comments