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 4c52021 commit a00fba8Copy full SHA for a00fba8
app/code/Magento/GraphQlResolverCache/Model/Resolver/Result/ValueProcessor.php
@@ -134,9 +134,6 @@ public function preProcessParentValue(array &$value): void
134
*/
135
private function hydrateData(array &$value)
136
{
137
- if ($value === null) {
138
- return;
139
- }
140
// the parent value is always a single object that contains currently resolved value
141
$reference = $this->defaultFlagGetter->getFlagFromValue($value) ?? null;
142
if (isset($reference['cacheKey']) && isset($reference['index'])) {
0 commit comments