GraphQL Resolvers | GraphQL Course For Beginners Ep. 4

  Рет қаралды 22,125

PedroTech

PedroTech

Күн бұрын

Hey everyone, this is the episode 4 of my new GraphQL course.
Code: github.com/mac...
Course Topics:
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
- What is GraphQL?
- GraphQL vs. REST
- Basic GraphQL queries
- How to create a GraphQL API using NodeJS and Apollo Server
- GraphQL Language: Types, Queries, Mutations, Scalars, Enums, Unions
- How to use GraphQL in React (Apollo Client)
- How to improve a GraphQL API and best practices.
-
🚀 Learn ReactJS By Building 6 Projects: codedamn.com/l...
-
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / _pedro.machado_
Github: github.com/mac...
Email: machadop1407@gmail.com
Tags:
- GraphQL
- GraphQL Course
- GQL Tutorial
- API Tutorial
#graphql #graphqltutorial

Пікірлер: 74
@talhacoder5084
@talhacoder5084 2 жыл бұрын
Bro even though views are not great and you know it and you still made such an amazing series, Respect!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
This makes me happy! A lot of my viewers are saying this and it makes me glad cause this was my goal with this series :)
@amonechoes9181
@amonechoes9181 Жыл бұрын
This is the most underrated GraphQL tutorial. The explanation is so pure and perfect. I would recommend this GraphQL series to everyone who is learning GraphQL. I recently found about this channel, and every video I watch is amazing and so easy to understand. Keep up the good work.
@kalpanagupta6166
@kalpanagupta6166 Жыл бұрын
I just feel how unfair this world is. I have seen many useless content creators have millions of subscribers whereas content creators, providing real value has few thousand subscribers
@SantosEnoque
@SantosEnoque 2 жыл бұрын
Obrigado Pedro!
@aglowkeys
@aglowkeys 3 жыл бұрын
Hello Pedro! Thank you for another great video, can't wait to see what comes next! I feel so motivated to start creating stuff with gql!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! Episode 5 coming up :) Already recorded!
@vishalthapa3101
@vishalthapa3101 2 жыл бұрын
Awesome video and loving it !!
@emmanuelamodu2390
@emmanuelamodu2390 Жыл бұрын
Thanks for this Pedro
@NarekHovhannisyan-p8t
@NarekHovhannisyan-p8t 2 жыл бұрын
the best courses, thanks!!
@jordannlegal6161
@jordannlegal6161 Жыл бұрын
I have been following the course since the beginning but I have an error I can't correct when launching the getMovie request: "errors": [ { "message": "Cannot return null for non-nullable field Movie.yearOfPlublication.", "locations": [ { "line": 6, "column": 5 } ], "path": [ "movie", "yearOfPlublication" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", Can you help me ?
@Prince_515
@Prince_515 2 жыл бұрын
Course is very well planned and detailed. Really appreciate the content!
@abayomifafowora439
@abayomifafowora439 Жыл бұрын
Thank you for this amazing video... I have a question please Do we have to use resolvers everything in querying the APIs or a resolver based code would have be written or predefined in the database
@bemigho
@bemigho Жыл бұрын
There was a mistake. And I had to think about it for an hour. The "isInTheaters" was spelled "isInTheatres" by me. I suppose that was a reflex.
@masterchief5437
@masterchief5437 2 ай бұрын
Thanks mate I got a new job and the tech stack involves graphql!
@priteshsingh299
@priteshsingh299 Жыл бұрын
Thanks for the detailed explanation. Love from Nepal.
@GwjwiFshs
@GwjwiFshs Ай бұрын
Johnson Lisa Perez Carol Anderson Richard
@tkchannel5856
@tkchannel5856 Жыл бұрын
Really cool course! The only thing I don't dig yet is the usage of lodash for standard JS functions
@codingispower1816
@codingispower1816 2 жыл бұрын
I love this series and it's needed. I want to learn graphql and your videos are helping me learn it!
@Aakash101D
@Aakash101D 2 жыл бұрын
Thank you for posting these video series. Its really helping me a lot in my work. :)
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Happy to hear that!
@maso4u
@maso4u Жыл бұрын
I've learnt so much from this series
@omaralazzawi5305
@omaralazzawi5305 3 жыл бұрын
Hello Pedro! I just would like to ask in 31:00 min why we didn't add the User inside the Query why did we write it outside the Query? I just didn't get it, and thanks a lot for your amazing explain.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hey Omar! So, whenever you have a type, that has fields that return non scalar values (types u created like User and Movies) you have to write a resolver for it. So there is a type Query which has a field called users that returns a value of type [User!]! Since the return type of this field is not a scalar type, we must write a resolver for the field users inside of the Query object. Similarly, the User type has a field called favoriteMovies which returns a Movie type so we need to write a separate resolver for that.
@omaralazzawi5305
@omaralazzawi5305 3 жыл бұрын
@@PedroTechnologies Thanks for the explanation man I got it 😊
@taniakedrova
@taniakedrova 2 жыл бұрын
Thanks for this video!
@Master-sy8si
@Master-sy8si 2 жыл бұрын
Thanks a lot for this course!!
@MalikEl-Ekkawi
@MalikEl-Ekkawi Жыл бұрын
Man you had 20k subscribers 1 year ago. HUGE IMPROVMENT WELL DONE!!!!
@alstn113
@alstn113 3 жыл бұрын
i always grateful to you
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you!
3 жыл бұрын
Keep the good work moving bro
@CuriousAnonDev
@CuriousAnonDev Жыл бұрын
Less views != Low Quality I am glad that you made this series cause you love Graphql and didn't gave up cause of less views. You made me fall in love with grahql, even after watching several videos I was unable to understand how all this works. Watching your series helped me understand in one go. You are awesome bro! Thanks for this!! Insane quality lectures!
@ViktorNegan
@ViktorNegan 11 ай бұрын
Watching this is 2023 because my new project needed me to learn this The project got scrapped but I am determined to learn this amazing content and you are such a brilliant tutor. Thank you for this series Pedro.
@pavannannapaneni7803
@pavannannapaneni7803 2 жыл бұрын
Great tutorial. Thanks!! QQ, quick question, will it work without resolvers defined? is there a default resolver created by apollo if resolvers are not defined?
@cardosoexotics
@cardosoexotics 5 ай бұрын
Grande Pedro🙏🏼🙏🏼
@simonmassey8850
@simonmassey8850 2 жыл бұрын
Thanks
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Thank you!!
@mustaneerhaider515
@mustaneerhaider515 2 жыл бұрын
it would be appreciated if you can make video on how to use typegraphql to create a graphql api and maybe show building a todolist api with it just the backend part of it.
@googlemani
@googlemani Жыл бұрын
Good series on GraphQL. Concepts are very well explained. I enjoyed the content.
@Lachezariii
@Lachezariii Жыл бұрын
I love what you are doing and thank you for this course! This course was exactly what I needed! Stay healthy and keep up the good work! God bless!
@gagan8158
@gagan8158 3 жыл бұрын
Hi.. can you explain the difference between apollo-server and apollo-server-express
@devesh9356
@devesh9356 2 жыл бұрын
Hey Pedro, you're doing an amazing work! I've always appreciated your content and learnt a lot from them! Thank you very much :)
@lucaliebenberg8103
@lucaliebenberg8103 2 жыл бұрын
Have a college project where we need to implement GraphQL. This course is making the whole process super easy. Great work
@jasonhackson2805
@jasonhackson2805 3 жыл бұрын
please can you make single and multiple uploads?
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
What do you mean? Like upload the series as one video as well?
@jasonhackson2805
@jasonhackson2805 3 жыл бұрын
@@PedroTechnologies No please, sorry for not clarifying, actually I want to know how to make uploads using apollo server. i am working on a project and i am unable to get uploads to work. i am trying to do multiple uploads. i was hoping you could do a small video on that. it can be part of series as it progresses. But for now, I was hoping you could do something like that. it can be a separate video for now. will be of great help to me. I have seen videos but none seem to touch on that aspect.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
@@jasonhackson2805 No worries hahaha you mean upload images? Or you mean just uploading something to a database?
@jasonhackson2805
@jasonhackson2805 3 жыл бұрын
@@PedroTechnologies images and videos, talking of database, i mostly just save the file to an uploaded folder and just save the path to the database. will love to see that also if you will. Thanks.
@racerten4481
@racerten4481 Жыл бұрын
Even if the views are not ideal, this series has been VERY helpful. Thank you for taking the time to make it
@sheikhwajeeh9753
@sheikhwajeeh9753 3 жыл бұрын
Great work, leaning GraphQL alongside you and polishing my skills ✌
@alexcrudu6183
@alexcrudu6183 Жыл бұрын
Great explanation!
@cassiking2419
@cassiking2419 2 жыл бұрын
Pedro, super well organized and explained tutorial!! thank you
@dsouzaeldric
@dsouzaeldric Жыл бұрын
Great course, love the resolvers, especially the favoritesMovies part, its fantastic.
@habibsellami2578
@habibsellami2578 2 жыл бұрын
Thanks for the whole series my man! hope it gets you the views and visibility it deserves!
@ayushyt918
@ayushyt918 2 жыл бұрын
Thank you Pedro for teaching GraphQL
@kennethmatovu4487
@kennethmatovu4487 2 жыл бұрын
This series is a GAME CHANGER! Keep on, keeping on.
@enriquecordero6163
@enriquecordero6163 3 жыл бұрын
Thanks Pedro , waiting for typegraphq! and the next ep
@AnkitKumar-kq1ex
@AnkitKumar-kq1ex Жыл бұрын
this is just best
@ankansharma4897
@ankansharma4897 2 жыл бұрын
Dude, this series is too good and detailed. And also it's recent so that's a plus. Thanks for the series
@furkan3592
@furkan3592 2 жыл бұрын
Appreciated!
@gn018681442
@gn018681442 3 жыл бұрын
looking forward to the next ep! Thanks for sharing!
@wandersonsousa1891
@wandersonsousa1891 2 жыл бұрын
Valeu, Pedro !
@Victor-wh9bs
@Victor-wh9bs 2 жыл бұрын
Great Video
@mitchellhogle3763
@mitchellhogle3763 2 жыл бұрын
thanks for this tutorial series, its been very helpful!
@SMITSHINGALA
@SMITSHINGALA Жыл бұрын
nice :-)
@timzeynalov3537
@timzeynalov3537 2 жыл бұрын
coo coo coooool
@DuyTran-ss4lu
@DuyTran-ss4lu 3 жыл бұрын
Awesome
@deZOO77
@deZOO77 Жыл бұрын
Great series, man! I appreciate your work
@abhaytiwari6411
@abhaytiwari6411 3 жыл бұрын
We'll done 👍👍👍
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you!
@todortodorov8008
@todortodorov8008 2 жыл бұрын
Great tutorial, thanks.
@vishnudas4995
@vishnudas4995 3 жыл бұрын
KEEP GOING Pedro 👌
@chetanpl
@chetanpl 3 жыл бұрын
I made dislike because you deleted my all queries.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
What do you mean?
Mutations | GraphQL Course For Beginners Ep. 5
32:58
PedroTech
Рет қаралды 14 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 11 МЛН
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 2,2 МЛН
The Hidden Cost Of GraphQL And NodeJS
28:35
ThePrimeTime
Рет қаралды 193 М.
Клиент Apollo GraphQL для React-приложений
44:11
Михаил Непомнящий
Рет қаралды 29 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 200 М.
Apollo Server GraphQL Resolvers for Beginners
20:43
Cooper Codes
Рет қаралды 4,3 М.
GraphQL Crash Course
57:24
Hussein Nasser
Рет қаралды 31 М.
Codegen: The good, the bad and the ugly
6:37
Matt Pocock
Рет қаралды 31 М.
Cursor AI tutorial for beginners
40:35
Greg Isenberg
Рет қаралды 115 М.