From 7ccdd3c0644748d7fe747539e7858bd7b956a825 Mon Sep 17 00:00:00 2001 From: Andy Mardell Date: Wed, 21 Oct 2020 09:04:03 +0100 Subject: [PATCH] Remove the resolver for attributesInstances, which caused a graphql error - In etc/di.xml there was an override for the `products` attribute instance - This caused an error when filtering products via the standard Magento `products` query - Fixes https://github.com/mageplaza/magento-2-blog-graphql/issues/2 --- etc/di.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/di.xml b/etc/di.xml index 614fd70..02fe456 100755 --- a/etc/di.xml +++ b/etc/di.xml @@ -39,9 +39,6 @@ Mageplaza\BlogGraphQl\Model\Resolver\FilterArgument - - Mageplaza\BlogGraphQl\Model\Resolver\FilterArgument -