INPUT_OBJECT

CustomerAccessTokenCreateInput

Specifies the input fields required to create a customer access token.

link GraphQL Schema definition

  • input CustomerAccessTokenCreateInput {
  • # The email associated to the customer.
  • email: String!
  • # The login password to be used by the customer.
  • password: String!
  • }