Skip to main content
Anchor to UrlRedirectUserError

UrlRedirectUserError

object

Requires read_online_store_navigation access scope.

Represents an error that happens during execution of a redirect mutation.

•UrlRedirectErrorCode

The error code.

Show enum values
•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Creates a UrlRedirect object.

Show payload

Arguments

•UrlRedirectInput!
required

The fields to use when creating the redirect.

Show input fields

•mutation

Deletes a UrlRedirect object.

Show payload

Arguments

•ID!
required

The ID of the redirect to delete.


•mutation

Updates a URL redirect.

Show payload

Arguments

•ID!
required

The ID of the URL redirect to update.

•UrlRedirectInput!
required

The input fields required to update the URL redirect.

Show input fields


Was this section helpful?


Was this section helpful?