scandipwa/catalog-graphql 3.2.5

Catalog-specific modifications for ScandiPWA

Type

magento2-theme

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

ScandiPWA_CatalogGraphQl

This module extends Magento 2 Catalog GraphQl definitions.

What is inside?

  1. Fixes the pageSizeBySearchEngine argument in PageSizeProvider class. See more in di.xml

  2. Adds following fields to ProductFilterInput:

    • category_url_key,

    • category_url_path,

    • color,

    • size,

    • shoes_size.

  3. Defines custom resolver to get configurable products when filtering by custom attribute.

  4. Defines custom resolver to filter products by category URL key or path.

  5. Fixes the Layered Navigation when filtering by category.

  6. Adds thumbnail to MediaGalleryEntry type. See more in schema.graphqls.

  7. Adds support for product list min_price and max_price values.