You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
As a Magento developer, I need to build a functional My Account experience for customers via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end using only GraphQL.
GraphQL needs to provide sufficient mutations (ways to create/update/delete data) for a developer to build out the storefront My Account experience for a shopper.
Use cases:
A logged-in shopper can change their account information from the My Account Page
Acceptance criteria:
GraphQL provides a mutation through which the current logged-in shopper can change their account information
Authentication is handled through a session cookie (changing the email address requires that current password is provided)
A guest shopper cannot change the account information for any user
A meaningful error message is given if current password is incorrect or if entered data does not conform to requirements
As a Magento developer, I need to build a functional My Account experience for customers via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end using only GraphQL.
GraphQL needs to provide sufficient mutations (ways to create/update/delete data) for a developer to build out the storefront My Account experience for a shopper.
Use cases:
Acceptance criteria:
My Account area impacted:
Note: will likely merge #56 into this story
The text was updated successfully, but these errors were encountered: