Anchor to CustomerResetPayloadCustomer
payloadCustomer Reset Payload
Return type for mutation.
Anchor to FieldsFields
- customer (Customer)
- customerAccessToken (CustomerAccessToken)
- customerUserErrors ([CustomerUserError!]!)
- userErrors ([UserError!]!): deprecated
- Anchor to customercustomer•CustomerToken access required
The customer object which was reset.
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token Token access required A newly created customer access token object for the customer.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerReset (CustomerResetPayload)
- •mutation
"Resets a customer’s password with the token received from a reset password email. You can send a reset password email with the
mutation."- •ID!required
Specifies the customer to reset.
- Anchor to inputinput•Customer
Reset Input! required The fields used to reset a customer’s password.
Arguments
- •ID!
Was this section helpful?