In my talk, I would like to share how my team and I built a serverless GraphQL API with and Vercel. During my time on the stage, I will make a simple version of the application we shipped. So why would you want to build a GraphQL API with ? Suppose you have a application interacting with many small microservices and third-party data sources. You might want to consider combining these into a single GraphQL service. Doing so will reduce complexity in your client-side code. You can build a GraphQL service inside your API layer. That way, you don’t have to create and maintain an entirely new application. Your GraphQL code will live in the same repository as your client code, making it easier to develop common modules. Finally, when you deploy your application to Vercel, it turns your GraphQL API into a serverless function. You don’t have to deal with scaling your application as it will auto-scale. As you deploy your GraphQL service through Vercel, you don’t have to deal with
Hide player controls
Hide resume playing