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.

•[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.

Arguments

•UrlRedirectInput!required

The fields to use when creating the redirect.


Fields

•UrlRedirect

The created redirect.

•[UrlRedirectUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a UrlRedirect object.

Arguments

•ID!required

The ID of the redirect to delete.


Fields

Anchor to deletedUrlRedirectIddeletedUrlRedirectId
•ID

The ID of the deleted redirect.

•[UrlRedirectUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a URL redirect.

Arguments

•ID!required

The ID of the URL redirect to update.

•UrlRedirectInput!required

The input fields required to update the URL redirect.


Fields

•UrlRedirect

Returns the updated URL redirect.

•[UrlRedirectUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?
OSZAR »