Anchor to UrlRedirectUserErrorUrl
objectUrl Redirect User Error
Requires access scope.
Represents an error that happens during execution of a redirect mutation.
Anchor to FieldsFields
- Anchor to codecode•Url
Redirect Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
- Anchor to urlRedirecturl•Url
Redirect Redirect Input!required The fields to use when creating the redirect.
Arguments
- Anchor to urlRedirecturl•Url
Redirect Redirect The created redirect.
- Anchor to userErrorsuser•[Url
Errors Redirect User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
- •ID!required
The ID of the redirect to delete.
Arguments
- Anchor to deletedUrlRedirectIddeleted•ID
Url Redirect Id The ID of the deleted redirect.
- Anchor to userErrorsuser•[Url
Errors Redirect User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates a URL redirect.
- •ID!required
The ID of the URL redirect to update.
- Anchor to urlRedirecturl•Url
Redirect Redirect Input!required The input fields required to update the URL redirect.
Arguments
- Anchor to urlRedirecturl•Url
Redirect Redirect Returns the updated URL redirect.
- Anchor to userErrorsuser•[Url
Errors Redirect User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?