INPUT_OBJECT
Specifies the input fields required to create a customer access token.
input CustomerAccessTokenCreateInput {# The email associated to the customer.email: String!# The login password to be used by the customer.password: String!}