We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9843afc commit 2fff3f2Copy full SHA for 2fff3f2
app/code/Magento/CustomerGraphQl/Model/Resolver/Cache/Customer/ModelHydrator.php
@@ -10,12 +10,13 @@
10
use Magento\Customer\Model\Data\Customer;
11
use Magento\Customer\Model\Data\CustomerFactory;
12
use Magento\Framework\EntityManager\HydratorPool;
13
+use Magento\Framework\ObjectManager\ResetAfterRequestInterface;
14
use Magento\GraphQlResolverCache\Model\Resolver\Result\HydratorInterface;
15
16
/**
17
* Customer resolver data hydrator to rehydrate propagated model.
18
*/
-class ModelHydrator implements HydratorInterface
19
+class ModelHydrator implements HydratorInterface, ResetAfterRequestInterface
20
{
21
22
* @var CustomerFactory
0 commit comments