Next.js 13, Apollo and GraphQL: Building a powerful and efficient API | Full

preview_player
Показать описание


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
Рекомендации по теме
Комментарии
Автор

Hi Sir! Great video i was exactly looking for some graphql content😀 Can you pls make tutorial on Authentication with graphql on both frontend and backend. Would love to see that

thecoder
Автор

Great video, loved the way you taught GraphQL with Next13, can you also please make a video for unit testing Apollo GraphQL using Jest?

guhaprasaanthnandagopal
Автор

Subbed. Waiting for next.js 13.2 fullstack app

daniel
Автор

If your are looking for how to implement Apollo Client with the new Next 13 app folder with server components skip this video. He is just making everything client component.

emmanuel_medina_garcia
Автор

Man ur video was what I was literally searching for but just missed with next-auth and jwt, pls make a combination of apollo client, apollo servet withprisma, postgress and jwt with next-auth

dragonhot
Автор

Excellent video. Thank you for sharing

nuwanthuduwage
Автор

I have a question that how can we create a resolver with validation in Prisma so that we can get the error? Like if the user already exist any such error while doing mutation then how to write it and how to show the error on the frontend??

Riteshk_
Автор

Nice work, can you build the Authentication with graphQL!!

mahamednasr
Автор

Hi Sir! Nextjs just upgraded to 13.2 and graphql server isn't starting what should i do?

thecoder
Автор

What if we want to fetch data in a server component in next 13, in video you are fetching data into components having use client directive

codingmadesimplified
Автор

This doesn't work with route groups i.e. (main) file convention which helps to define separate layouts as well as to to organise the project
Is there any way I could solve this issue(I believe, this is due to coexistence of pages and app router both)

vidhanshuborade
Автор

someone can help me with the ApolloProviders i think in the next js 14 their is some issue with the imports, my component is not getting the imported ApolloProvider in the providers componet

xykrtxb
Автор

Where is the ui part in this ? I mean ui with React ?

user