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.
null
1 parent 236a4a6 commit f4a9830Copy full SHA for f4a9830
src/Factory/FilteredQueryBuilderFactory.php
@@ -82,7 +82,7 @@ private function applyFilters(ClassMetadata $metadata, InputObjectType $type, ar
82
$dqlConditions = [];
83
foreach ($conditions['fields'] as $field => $fieldConditions) {
84
if ($fieldConditions === null) {
85
- return;
+ continue;
86
}
87
88
/** @var InputObjectType $typeField */
0 commit comments