Skip to main content
Anchor to CustomerAccessTokenCreateInput

CustomerAccessTokenCreateInput

input_object

The input fields for authenticating a customer with email and password. Used by the customerAccessTokenCreate mutation to generate a CustomerAccessToken, which is required to read or modify customer data.

•String!
non-null

The email associated to the customer.

•String!
non-null

The login password to be used by the customer.


Was this section helpful?