Skip to content

Commit 8a81f0c

Browse files
committed
B2B-2658: Implement GraphQL Resolver Cache for Customer query
- proper exception handling
1 parent e7f9ba3 commit 8a81f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Provides customer id from the parent resolved value as a factor to use in the cache key for resolver cache.
1616
*/
17-
class ParentCustomerEntityIdProvider implements ParentValueFactorProviderInterface
17+
class ParentCustomerEntityId implements ParentValueFactorProviderInterface
1818
{
1919
/**
2020
* Factor name.

0 commit comments

Comments
 (0)