urlRedirect - admin-graphql - QUERY
Version: 2024-04
Description:
Returns a redirect resource by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the UrlRedirect to return.
Returns
-
id:
ID!
The ID of the URL redirect.
-
path:
String!
The old path to be redirected from. When the user visits this path, they will be redirected to the target location.
-
target:
String!
The target location where the user will be redirected to.
Examples