Alokai

RoutableInterface

Routable entities serve as the model for a rendered page.

type RoutableInterface = {
  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