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 19f354c commit 4aace8cCopy full SHA for 4aace8c
app/code/Magento/UrlRewriteGraphQl/Model/Resolver/EntityUrl.php
@@ -75,7 +75,6 @@ public function resolve(
75
'type' => $this->sanitizeType($finalUrlRewrite->getEntityType())
76
];
77
78
-
79
if (empty($resultArray['id'])) {
80
throw new GraphQlNoSuchEntityException(
81
__('No such entity found with matching URL key: %url', ['url' => $url])
0 commit comments