Skip to content

magento2.3

Auto Added by WPeMatico

Graphql returns empty array

I’m using graphql to get data to my PWA frontend project.Following is my schema.graphqls type Query { comparelist: [ComparelistOutput] @resolver(class: “NeoSolax\CompareList\Model\Resolver\ComparelistItemResolver”) @doc(description: “An array of items in the customer’s compare list”) } type ComparelistOutput { id:String sku:String url_key:String } ComparelistItemResolver.php… Read More »Graphql returns empty array

Disable MSI extensions on Magento Enterprise 2.4.5-p1

I’m trying to disable MSI extensions on Magento enterprise version 2.4.5-p1. I’m using below command for this: php bin/magento module:disable -f Magento_Inventory Magento_InventoryAdminUi Magento_InventoryApi Magento_InventoryBundleProduct Magento_InventoryBundleProductAdminUi Magento_InventoryCatalog Magento_InventorySales Magento_InventoryCatalogAdminUi Magento_InventoryCatalogApi Magento_InventoryCatalogSearch Magento_InventoryConfigurableProduct Magento_InventoryConfigurableProductAdminUi Magento_InventoryConfigurableProductIndexer Magento_InventoryConfiguration Magento_InventoryConfigurationApi Magento_InventoryGroupedProduct Magento_InventoryGroupedProductAdminUi Magento_InventoryGroupedProductIndexer Magento_InventoryImportExport… Read More »Disable MSI extensions on Magento Enterprise 2.4.5-p1