Apollo Server GraphQL Resolvers for Beginners

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

In this video I show the basic setup of an Apollo Server resolver, explaining how the entire process works from type definitions to the resolvers themselves. This is a great video for anyone confused by the Apollo Server documentation and wants to see a practical example of resolvers in action!
Рекомендации по теме
Комментарии
Автор

Glad I found your channel. Much potential! I hope you have more apollo react content coming.

soltiscd
Автор

Im glad i found it.. please make a video about context.. passing token/user to resolvers :)

lunachu
Автор

Great introduction. Thank you. What about when you want to combine multiple data sources?

saschacontes
Автор

been looking for a great break down of resolvers for a few days now, this is by far the best. Curious tho, a resolver for each and every type/query seems very antithetical to DRY practices. Could you not just have 1 resolver that resolves based on the query parameters? Or is their segmentation more beneficial in the sense of separating concerns?

bryanzawlocki
Автор

Great video, not sure why I didn't see this before on your channel. I noticed you mentioned going over resolver chains but you didn't cover it, is that in a different video?

rawrbearmedia
Автор

9:05 that backticks making my code orange like " " and its not working, what should i do?

lysmuch
Автор

Nice video! Question… i realize it’s just a name but why name a query with a verb that sounds like a mutation? That’s confusing.

purduetom