Posts Tagged "GraphQL"

How to setup a GraphQL server in Next.js with API endpoints using TypeScript, type-graphql and apollo-server-micro

I have been learning GraphQL for a while now, and I love Next.js for the benefits it comes with. So, one morning, I decided to try and combine the two and see if I can make it work. The journey was not as smooth as I expected it to be, so I decided to document my approach.