Skip to content

Commit

Permalink
Fixed scandipwa/performance module order
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Sep 7, 2020
1 parent 8c3f145 commit 9b1ef8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ScandiPWA_CatalogGraphQl">
<sequence>
<module name="ScandiPWA_Performance"/>
<module name="Magento_Eav"/>
<module name="Magento_Catalog"/>
<module name="Magento_Widget"/>
Expand Down
1 change: 1 addition & 0 deletions src/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ interface ProductInterface {
qty: Float @doc(description: "Qty field for checkout order view")
stock_item: ProductStockItem @resolver(class: "ScandiPWA\\CatalogGraphQl\\Model\\Resolver\\Inventory\\StockCount")
url: String @resolver(class: "ScandiPWA\\CatalogGraphQl\\Model\\Resolver\\Product\\Url")
attributes: [AttributeWithValue]
}

interface CategoryInterface {
Expand Down

0 comments on commit 9b1ef8c

Please sign in to comment.