File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
app/code/Magento/CustomerGraphQl/Model/Resolver Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1212use Magento \CustomerGraphQl \Model \Customer \UpdateCustomerAccount ;
1313use Magento \Framework \GraphQl \Config \Element \Field ;
1414use Magento \Framework \GraphQl \Exception \GraphQlAuthorizationException ;
15+ use Magento \Framework \GraphQl \Query \Resolver \Value ;
1516use Magento \Framework \GraphQl \Query \ResolverInterface ;
1617use Magento \Framework \GraphQl \Schema \Type \ResolveInfo ;
1718use Magento \GraphQl \Model \Query \ContextInterface ;
@@ -52,7 +53,16 @@ public function __construct(
5253 }
5354
5455 /**
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)
5666 */
5767 public function resolve (
5868 Field $ field ,
You can’t perform that action at this time.
0 commit comments