scandipwa/catalog-graphql

Catalog-specific modifications for ScandiPWA

Installs: 178 758

Dependents: 2

Suggesters: 0

Security: 0

Stars: 18

Watchers: 6

Forks: 57

Type:magento2-theme

3.3.6 2024-03-11 11:32 UTC

README

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.