Skip to main content
object

Requires unauthenticated_read_content access scope.

A redirect on 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'll be redirected to the target location.

•String!
non-null

The target location where the user will be redirected to.


Was this section helpful?

•query

Returns a paginated list of UrlRedirect objects configured for the shop. Each redirect maps an old path to a target location.

Show fields

Arguments

•String

Returns the elements that come after the specified cursor.

•String

Returns the elements that come before the specified cursor.

•Int

Returns up to the first n elements from the list.

•Int

Returns up to the last n elements from the list.

•String

Apply one or multiple filters to the query. Refer to the detailed search syntax for more information about using filters.

Show filters
Anchor to created_at
•
•
•
•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•interface

Was this section helpful?