feat(modules-sdk): Parse filters based on loaded modules graph (#9158)

This commit is contained in:
Adrien de Peretti
2024-09-17 19:20:04 +02:00
committed by GitHub
parent 812b80b6a3
commit c6795dfc47
12 changed files with 1206 additions and 93 deletions

View File

@@ -46,6 +46,7 @@ export const ProductVariantPriceSet: ModuleJoinerConfig = {
prices: {
path: "price_set_link.price_set.prices",
isList: true,
forwardArgumentsOnPath: ["price_set_link.price_set"],
},
calculated_price: {
path: "price_set_link.price_set.calculated_price",