Types > CustomerEmailLogin
Storefront APITypesCustomerEmailLogin
CustomerEmailLogin

Description

Topic: Auth

Fields

code: String!

One-time password code received via email

Example: "325238"

Valid when: code is not empty


email: String!

The email address of the customer

Example: "bob.norman@hostmail.com"

Valid when: email is not empty


Used By

Mutations

storefrontAuthEmailLoginComplete

Preview (typescript)

Loading module