diff --git a/guides/v2.3/graphql/reference/url-resolver.md b/guides/v2.3/graphql/reference/url-resolver.md index f07f2ec8891..b7fdc6a31af 100644 --- a/guides/v2.3/graphql/reference/url-resolver.md +++ b/guides/v2.3/graphql/reference/url-resolver.md @@ -19,7 +19,6 @@ The `EntityUrl` output object contains the `id`, `canonical_url`, and `type` att Attribute | Data Type | Description --- | --- | --- - `canonical_url` | String | The internal relative URL. If the specified `url` is a redirect, the query returns the redirected URL, not the original. `id` | Int | The ID assigned to the object associated with the specified `url`. This could be a product ID, category ID, or page ID. `type` | UrlRewriteEntityTypeEnum | The value of `UrlRewriteEntityTypeEnum` is one of PRODUCT, CATEGORY, or CMS_PAGE. @@ -158,4 +157,4 @@ The following product query returns URL rewrite information about the Joust Duff } } } -``` \ No newline at end of file +```