A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am creating an app that allows customers to login using their whatsapp number. Once the whatsapp verification is done, I create the customer with a dummy email and a random password if the customer with that number doesn't exists. However the customer creation api takes on a average 2.5-3 seconds. Is the api inherently slow? How can solve this to give better user experience?