Anchor to urlRedirecturl
urlRedirect
query
Returns a redirect resource by ID.
Anchor to Possible returnsPossible returns
- Anchor to UrlRedirectUrl•
Redirect The URL redirect for the online store.
- id•ID!non-null
The ID of the URL redirect.
- path•String!non-null
The old path to be redirected from. When the user visits this path, they will be redirected to the target location.
- target•String!non-null
The target location where the user will be redirected to.
- id•
Was this section helpful?
Query Reference
{
urlRedirect(id) {
# urlRedirect fields
}
}