Skip to main content
query

Returns a UrlRedirect resource by ID.

ID!
required

The ID of the UrlRedirect to return.


Was this section helpful?

UrlRedirect

The URL redirect for the online store.

ID!
non-null

The ID of the URL redirect.

String!
non-null

The old path to be redirected from. When the user visits this path, they will be redirected to the target location.

String!
non-null

The target location where the user will be redirected to.


Was this section helpful?