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 890ce12 commit 7e5d9c8Copy full SHA for 7e5d9c8
app/code/Magento/UrlRewriteGraphQl/Model/Resolver/EntityUrl.php
@@ -75,7 +75,7 @@ public function resolve(
75
if ($urlRewrite) {
76
$result = [
77
'id' => $urlRewrite->getEntityId(),
78
- 'canonical_url' => $urlRewrite->getTargetPath(),
+ 'relative_url' => $urlRewrite->getTargetPath(),
79
'type' => $this->sanitizeType($urlRewrite->getEntityType())
80
];
81
}
0 commit comments