This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
GraphQL: Document password change mutations #7364
Closed
Description
Community engineering issue
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#28521
Magento 2 GitHub PR: magento/magento2#27876
Magento 2 version:
- 2.4.0
Notifications of Changes:
- Changes to Admin interface?
- New software requirements?
- New REST endpoints or updated GraphQL query syntax?
- New command line option?
Content
Add documentation for the following mutations:
- requestPasswordResetEmail
- resetPassword
The documentation must include examples, descriptions for input/output attributes, and a description of the error messages.
Update the src/_data/toc/graphql.yml file to include the new mutations.
Update the storeConfig
query to include the new attributes
Create your branch off of 2.4.1-develop
.
Additional information
This issue is assigned to Atwix, because they contributed the functionality.