n this tutorial we will be building a full-stack web application with Next.js 13, Apollo and GraphQL. In this video, i will be showing you how to use the latest version of Next.js and Apollo to build powerful GraphQL API. We will start by setting up a Next.js project and integrating Apollo which will allow us to handle all of our GraphQL operations. Then we will move on to creating our GraphQL schema and implementing different GraphQL operations such as queries and mutations, . By the end of this tutorial, you will have a solid understanding of how to build a full-stack web application with Next.js, Apollo and GraphQL. So, make sure to watch this tutorial and learn how to leverage the power of Next.js 13 and Apollo to build a powerful and efficient GraphQL API."
Code Link (Give it a ⭐️ if you think it is helpful) - https://github.com/Thabish-Kader/Next...
Buy me a Coffee: https://www.buymeacoffee.com/takdevelopr
0:00 Explaining what will be doing
1:59 Setup
4:54 Prisma
11:14 Typedefs and Schema
23: 03 Read, Update and Delete
44:57 Restructuring code
47:25 Apollo Client
48:08 Setup
53:21 queries and mutaions