Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions guides/v2.3/graphql/reference/url-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -158,4 +157,4 @@ The following product query returns URL rewrite information about the Joust Duff
}
}
}
```
```