Alokai

RoutableUrl

Default implementation of RoutableInterface. This type is returned when the URL is not linked to an entity.

type RoutableUrl = RoutableInterface & {
  __typename?: 'RoutableUrl'; /** Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. */
  redirect_code: Scalars['Int']['output']; /** The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. */
  relative_url?: Maybe<Scalars['String']['output']>; /** One of PRODUCT, CATEGORY, or CMS_PAGE. */
  type?: Maybe<UrlRewriteEntityTypeEnum>;
};

Referenced Types

On this page