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 9e1830f commit 184d205Copy full SHA for 184d205
app/code/Magento/EavGraphQl/Model/Output/GetAttributeData.php
@@ -88,7 +88,7 @@ public function execute(
88
*/
89
private function getFrontendInput(AttributeInterface $attribute): string
90
{
91
- if ($attribute->getFrontendInput() == null) {
+ if ($attribute->getFrontendInput() === null) {
92
return "UNDEFINED";
93
}
94
return $this->enumLookup->getEnumValueFromField(
0 commit comments