Types > UserPasswordResetVerify
Commerce APITypesUserPasswordResetVerify
UserPasswordResetVerify

Description

Topic: Auth

Fields

code: String!

Six-digit code you got via email

Example: "543637"

Valid when: code is not empty

Valid when: code's length doesn't exceed 250 characters


email: String!

Email of the user

Example: "no+spam@mail.com"

Valid when: email is not empty

Valid when: email's length doesn't exceed 250 characters


Used By

Mutations

authPasswordVerify

Preview (typescript)

Loading module