Skip to content

Commit ec8762a

Browse files
Fixe conflicts with scandipwa/performance
1 parent b754c4f commit ec8762a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/etc/schema.graphqls

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface ProductInterface {
99
thumbnail: OptimizedProductImage @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
1010
only_x_left_in_stock: Float @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
1111
stock_status: ProductStockStatus @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
12-
attributes: [AttributeWithValue] @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
1312
}
1413

1514
type OptimizedProductImage {
@@ -20,4 +19,4 @@ type OptimizedProductImage {
2019

2120
type WishlistItem {
2221
product: ProductInterface @resolver(class: "ScandiPWA\\Performance\\Model\\Resolver\\Value")
23-
}
22+
}

0 commit comments

Comments
 (0)