Alokai

Breadcrumb

Contains details about an individual category that comprises a breadcrumb.

type Breadcrumb = {
  __typename?: 'Breadcrumb';
  category_id?: Maybe<Scalars['Int']['output']>; /** The category level. */
  category_level?: Maybe<Scalars['Int']['output']>; /** The display name of the category. */
  category_name?: Maybe<Scalars['String']['output']>; /** The unique ID for a `Breadcrumb` object. */
  category_uid: Scalars['ID']['output']; /** The URL key of the category. */
  category_url_key?: Maybe<Scalars['String']['output']>; /** The URL path of the category. */
  category_url_path?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page