input
CheckoutCustomerProfileAuthenticateInput!
Required
CheckoutCustomerProfile!
type Mutation { checkoutCustomerProfileAuthenticate(input: CheckoutCustomerProfileAuthenticateInput!): CheckoutCustomerProfile! }
Mutation.
checkoutCustomerProfileAuthenticate
Authenticates a Customer
Arguments
input
CheckoutCustomerProfileAuthenticateInput!
Required
Returns:
CheckoutCustomerProfile!
type Mutation { checkoutCustomerProfileAuthenticate(input: CheckoutCustomerProfileAuthenticateInput!): CheckoutCustomerProfile! }