Skip to content

Releases: scandipwa/catalog-graphql

Disabled categories are not shown

11 Jul 12:23
Compare
Choose a tag to compare

Bugfix: disabled categories were displayed in category tree

Improved product visibility

10 Jul 12:31
Compare
Choose a tag to compare

Whether product has any type of visibility: catalog, search, search and catalog - it can be visible on PDP, even out of stock.

Layered navigation improvements

08 Jul 12:38
Compare
Choose a tag to compare

Fixes layered navigation issues related to cache control by avoiding loading unnecessary entities.
Fixes issue introduced in 1.4.0 when filters are not treated correctly due to attributes are not imported to the schema automatically.

Schema generation improvements

02 Jul 12:48
Compare
Choose a tag to compare

Current release speeds up GraphQl schema generation removing automatic injection of product attributes, that may consume huge amount of time depending on attribute count.

Attributes field in ProductInterface

30 May 08:29
Compare
Choose a tag to compare

In this release the new filed was added into ProductInterface.
It's name is attributes. It returns all visible on frontend attributes of product.