Skip to content

Commit 896abf9

Browse files
committed
B2B-2658: Implement GraphQL Resolver Cache for Customer query
- CR fixes (type hint and inline comments)
1 parent 2b6f72a commit 896abf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQlResolverCache/Model/Resolver/Result/ValueProcessorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Framework\GraphQl\Query\ResolverInterface;
1111

1212
/**
13-
* Data processor for resolved value.
13+
* Value processor for resolved value and parent resolver value.
1414
*/
1515
interface ValueProcessorInterface
1616
{

0 commit comments

Comments
 (0)