# UrlRedirectInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create or update a URL redirect. ### Access Scopes ## Fields * [path](/docs/api/admin-graphql/2024-10/scalars/String): String - The old path to be redirected from. When the user visits this path, they will be redirected to the target location. * [target](/docs/api/admin-graphql/2024-10/scalars/String): String - The target location where the user will be redirected to. ## Input objects with this input object * [urlRedirectCreate](/docs/api/admin-graphql/2024-10/mutations/urlRedirectCreate) * [urlRedirectUpdate](/docs/api/admin-graphql/2024-10/mutations/urlRedirectUpdate) ## Examples