We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b754c4f commit ec8762aCopy full SHA for ec8762a
src/etc/schema.graphqls
@@ -9,7 +9,6 @@ interface ProductInterface {
9
thumbnail: OptimizedProductImage @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
10
only_x_left_in_stock: Float @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
11
stock_status: ProductStockStatus @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
12
- attributes: [AttributeWithValue] @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
13
}
14
15
type OptimizedProductImage {
@@ -20,4 +19,4 @@ type OptimizedProductImage {
20
19
21
type WishlistItem {
22
product: ProductInterface @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
23
-}
+}
0 commit comments