changeCustomerStatusAsync
Changes a customer's status to the provided status asynchronously.
Note: This mutation fires events that will eventually cause the customers status to update if applicable. See changeCustomerStatus for a sync version of this mutation.
changeCustomerStatusAsync(
input: ChangeCustomerStatusAsyncInput!
): ChangeCustomerStatusAsyncOutput!