How to override Magento 2 graphql resolver with custom plugin
Im trying to override the resolver by using a plugin in Magento 2 to change text. vendor/magento/module-quote/Model/CouponManagement.php – I need to change this class ApplyCouponToCart implements ResolverInterface { … public function resolve(Field $field, $context, ResolveInfo $info, array $value = null,… Read More »How to override Magento 2 graphql resolver with custom plugin