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 7e53b49 commit 6184b51Copy full SHA for 6184b51
lib/internal/Magento/Framework/GraphQl/Query/Fields.php
@@ -79,7 +79,7 @@ private function extractVariables(array $variables): array
79
{
80
$fields = [];
81
foreach ($variables as $key => $value) {
82
- if (is_array($value)){
+ if (is_array($value)) {
83
$fields = array_merge($fields, $this->extractVariables($value));
84
}
85
$fields[$key] = $key;
0 commit comments