Anchor to urlRedirecturl
queryurl Redirect
Returns a resource by ID.
Anchor to Arguments
Arguments
- id (ID!)
- •ID!required
The ID of the
to return.
Was this section helpful?
Anchor to Possible returnsPossible returns
- UrlRedirect (UrlRedirect)
- Anchor to UrlRedirectUrl•Url
Redirect Redirect The URL redirect for the online store.
- •ID!non-null
The ID of the URL redirect.
- Anchor to pathpath•String!non-null
The old path to be redirected from. When the user visits this path, they will be redirected to the target location.
- Anchor to targettarget•String!non-null
The target location where the user will be redirected to.
- •ID!
Was this section helpful?