File tree 1 file changed +11
-1
lines changed
app/code/Magento/CustomerGraphQl/Model/Resolver
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 12
12
use Magento \CustomerGraphQl \Model \Customer \UpdateCustomerAccount ;
13
13
use Magento \Framework \GraphQl \Config \Element \Field ;
14
14
use Magento \Framework \GraphQl \Exception \GraphQlAuthorizationException ;
15
+ use Magento \Framework \GraphQl \Query \Resolver \Value ;
15
16
use Magento \Framework \GraphQl \Query \ResolverInterface ;
16
17
use Magento \Framework \GraphQl \Schema \Type \ResolveInfo ;
17
18
use Magento \GraphQl \Model \Query \ContextInterface ;
@@ -52,7 +53,16 @@ public function __construct(
52
53
}
53
54
54
55
/**
55
- * Resolves customer email update mutation
56
+ * Resolve customer email update mutation
57
+ *
58
+ * @param \Magento\Framework\GraphQl\Config\Element\Field $field
59
+ * @param \Magento\Framework\GraphQl\Query\Resolver\ContextInterface $context
60
+ * @param ResolveInfo $info
61
+ * @param array|null $value
62
+ * @param array|null $args
63
+ * @return array|Value
64
+ * @throws \Exception
65
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
56
66
*/
57
67
public function resolve (
58
68
Field $ field ,
You can’t perform that action at this time.
0 commit comments