Log in
Model

Breadcrumbs

Magento\CatalogGraphQl\Model\Resolver\Category\Breadcrumbs

What it does

This GraphQL resolver retrieves breadcrumb navigation data for category pages.

Developers use this class when building GraphQL queries that need to display the hierarchical path of categories (e.g., Home > Electronics > Cameras).

It processes the category path and returns structured breadcrumb data for the frontend to render navigation trails.

Public Methods

  • resolve()