Learn GraphQL In 40 Minutes

2019 ж. 1 Нау.
725 785 Рет қаралды

GraphQL is the hottest technology when it comes to server side APIs for good reason. It is incredibly fast to develop with, and it makes building a front-end painlessly easy. In this video I am going to be teaching you what GraphQL is, why it is important, why it is better than REST, and then we will be walking through an entire Node.js and Express GraphQL API for books and authors. By the end of this video you will have a complete understanding of what GraphQL is and how to use it.
Code For This Video:
github.com/WebDevSimplified/L...
Twitter:
/ devsimplified
GitHub:
github.com/WebDevSimplified
CodePen:
codepen.io/WebDevSimplified
#GraphQL #WebDevelopment #JavaScript

Пікірлер
  • I really enjoyed making this GraphQL video, and would love to make more videos about learning a single topic in one video. Let me know if you have any topics that you would want me to cover in a similiar manner.

    @WebDevSimplified@WebDevSimplified5 жыл бұрын
    • thanks for making such a wonderful video on graph QL. Could you please make some tutorial on integrating GraphQL with Sails-Mongo application?

      @AshishKumar-oe5ly@AshishKumar-oe5ly5 жыл бұрын
    • Your videos are fantastic because you get right in to it and provide great, real-world applications for the code you're writing. Thank you! My request would be a video or a series of videos on securing your API with JWT and other approaches for authentication, CSRF protection, etc. Thanks!

      @johnblyberg4801@johnblyberg48014 жыл бұрын
    • Thank you for the suggestions. JWT is a topic I want to cover in the nearish future.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
    • Web Dev Simplified hi there, have you been able to create this tut yet? Love your tutorials!

      @StephanDuToit@StephanDuToit4 жыл бұрын
    • Can you please make tutorial on apollo server with node js. Couldn't able to find much on web.

      @sundeepparuchuru@sundeepparuchuru3 жыл бұрын
  • The clarity of your voice is amazing. I'm 60 years old and don't hear well and it is rare I hear speech readily. Concerning the tool, the required prep is huge. This tool is a gift for contractors that charge by the hour if it is meant to be a replacement for SQL. It seems to be much more that SQL. Pardon my comparison to SQL, but it has been and still is the query tool of my career. Thank you.

    @txdba@txdba3 жыл бұрын
    • It’s called using a quality microphone

      @Jb67912@Jb67912 Жыл бұрын
  • mans straight out of the twilight saga

    @Failedenterprises@Failedenterprises4 жыл бұрын
  • The best part in the video is in between 0:00 to 39:43

    @its_just_me_@its_just_me_4 жыл бұрын
    • I clicked it and found out the video ended lol

      @devhypercoder6772@devhypercoder67723 жыл бұрын
  • const expressGraphQL = require("express-graphql"); -- should be -- const { graphqlHTTP } = require("express-graphql"); I kept getting an error till I looked up the documentation

    @dougiehawes916@dougiehawes9163 жыл бұрын
    • Thanks man.

      @vivek8270@vivek82703 жыл бұрын
    • thanks man that helped

      @shujabakhtiar8139@shujabakhtiar81393 жыл бұрын
    • omg thank u, half an hour I was trying to figure out what is wrong

      @iamlande3979@iamlande39793 жыл бұрын
    • Great help, using typescript would have saved some time, and it's because they've make some breaking changes

      @FalseDev@FalseDev3 жыл бұрын
    • yes. alternatively : const expressGraphQL = require('express-graphql').graphqlHTTP require('express-graphql') returns an object with a property called graphqlHTTP that is the function you want to call.

      @sahelee1@sahelee13 жыл бұрын
  • All these channel videos are gems. By the way, if somebody else is facing the error "TypeError: expressGraphQL is not a function" just replace the import from const expressGraphQL = require("express-graphql"); to const { graphqlHTTP } = require("express-graphql");

    @JuanGutierrez-qg4zr@JuanGutierrez-qg4zr Жыл бұрын
    • Thank you!

      @DiviMishra@DiviMishra Жыл бұрын
    • Thanks

      @duniadunia3817@duniadunia3817 Жыл бұрын
    • excellent - thank you!

      @mohammedfahad4049@mohammedfahad4049 Жыл бұрын
    • or like this `const expressGraphQL = require('express-graphql').graphqlHTTP;`

      @abdelalikabou9197@abdelalikabou9197 Жыл бұрын
    • Thanks men

      @ronaldmagno1366@ronaldmagno136611 ай бұрын
  • This is excellent. I usually see others jumping right into Apollo, which has lots of abstraction. But this tutorial shows more lower level hands on approach of graphQL.

    @ziyoshams@ziyoshams4 жыл бұрын
  • Didn't know anything about GraphQL, so glad this was the first video I watched. Such a great exposition. Thanks!

    @arnoldtanjunhan@arnoldtanjunhan3 жыл бұрын
  • You are by far the best when explaining Javascript. Much love from Nigeria

    @godwinebikwo6544@godwinebikwo65444 жыл бұрын
    • Thank you! I'm glad my teaching style resonates with you.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
    • @@WebDevSimplified it does with everyone

      @bonaventureokoli7988@bonaventureokoli79883 жыл бұрын
    • Love from Tanzania! My name is Kyle and my job is to simplify the web for you 🤜🤛🏾

      @swibay@swibay3 жыл бұрын
  • I listened to this during a long drive home and it was perfect! Even without seeing the video it was easy to follow along

    @ackmanx@ackmanx3 жыл бұрын
  • Seriously, thank you. You did a great job explaining a fairly complex topic, and made it really make sense in the context of the application you built. Great job, and please do keep making these types of videos. I think I speak for everyone when I say thank you!

    @matthewzamat3331@matthewzamat3331 Жыл бұрын
  • Great explanation mate. Was looking for a simple video tutorial to understand the basics of GraphQL, because I was bored to read any written tutorials at the moment, and this was such a great video. Thanks

    @stevestizzy@stevestizzy2 жыл бұрын
  • This video walkthrough explains GraphQL in such a crystal-clear way. Not surprised to see high-quality content coming from WDS. Thanks for this excellent tut

    @andrewbrower4158@andrewbrower4158 Жыл бұрын
  • Excellent tutorial!!! Very clear & easy to understand!!! As a first-time GraphQL learner, I could follow all the steps throughout the video. Thanks a lot! Subscribed to your channel :)

    @ellie_ellie_ellie@ellie_ellie_ellie4 жыл бұрын
  • Been C# enterprise dev for 4 years and embarrassed I didn't learn about it earlier. The tutorial is excellent and worth watching every minute. The code, remarks, examples, overall structure is just great.

    @mind-blowing_tumbleweed@mind-blowing_tumbleweed Жыл бұрын
  • This is the best video on GraphQL I have ever seen. And you have explained everything in a crisp and clear way...Thanks a lot for sharing your knowledge..You are the best mentor .I'm able to learn and start using it. Thanks a lot.

    @ammulutrips4657@ammulutrips46574 жыл бұрын
  • Amazingly made video. In 40 mins you have added almost everything that's required to develop an enterprise level apps.

    @shashankabs8312@shashankabs83122 жыл бұрын
  • Hi Kyle, I'm very very thankful to you for making this tutorial. After watching the first time I was scarring from GraphQL but I take it as a challenge and watch you Tutorial again and again So now I'm comfortable with GraphQL. Thank you.

    @umerfarooq3121@umerfarooq31213 жыл бұрын
  • woah, after painfully struggling though setting up and configuring a REST API, this has just blown my mind. Great presentation packed with a lot of very useful content

    @billybob7970@billybob7970 Жыл бұрын
  • Best teacher ever. Straight to the point, and not a single second wasted. Thank you very much for this great video.

    @awabelmahe9700@awabelmahe97003 жыл бұрын
    • Calm down

      @Jb67912@Jb67912 Жыл бұрын
    • @@Jb67912 you’re the one that needs to chill

      @KILLCHRISU@KILLCHRISU Жыл бұрын
  • I always enjoy your teaching style. So clean and clear. Great content. Thank you!

    @richnimbu@richnimbu Жыл бұрын
  • Just came here to say thank you so much! Yet another tutorial of yours from which I've benefitted from a lot. I feel like I actually understand graph QL now!

    @SitaMbili@SitaMbili Жыл бұрын
  • This was by far more helpful than many other videos that I stumbled upon here. straight to the point without too much condescending blabber, thanks a lot!

    @whoami......@whoami......4 жыл бұрын
    • Thank you! I am really glad you enjoyed the video. I unfortunately couldn't find any way to condense it below 40 minutes.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
  • Thank you for this amazing GraphQL tutorial!

    @abhishek_k7@abhishek_k74 жыл бұрын
  • I Have wasted like 4-8 hours minimum with many tutorials, none of them provide full explanation and implementation clearly, yours was straight to the point, understandable and magically easy to comprehend and apply, love it.

    @steveroseik@steveroseik11 ай бұрын
  • 5:55 just type: npm init -y and it'll set default values automatically

    @anisoseryx@anisoseryx3 жыл бұрын
  • Decided to pick GraphQL for my next project and hence decided to learn it properly. After watching this video, it feels I already know a lot about it. Thanks for giving me such a quick start.

    @MohitGupta-ln2js@MohitGupta-ln2js3 жыл бұрын
  • This video was well done, the pace and material were perfect for an intro into GraphQL.

    @bryanstrader1740@bryanstrader17403 жыл бұрын
  • for those who are still stuck at 9:17 try this: const express = require('express') const { graphqlHTTP } = require('express-graphql')

    @LucasNdesign@LucasNdesign3 жыл бұрын
    • Thank you. Not sure why your response didn't get that 621 likes when YOURS actually solved the problem as posed to vaguely hinting at a solution. A gentleman & a scholar.

      @sabarblatoe@sabarblatoe2 жыл бұрын
  • Super helpful for me. I’ve read books, built a few apps and never fully understood the concept. You made it easy to understand!

    @saddacracker@saddacracker Жыл бұрын
  • 3 minutes into this video and I'm already learning so much more than struggling through countless google searches. Thank you for this video!

    @shonoma@shonoma Жыл бұрын
  • A great brief tutorial, I think I fell in love with GraphQL now, thank you!

    @SmartShorts4You@SmartShorts4You2 жыл бұрын
  • I'm new to the world of GraphQL and this was really helpful! Thanks for making this crash course

    @cheatman05@cheatman053 жыл бұрын
  • As an FYI -- You can run `npm init -y` and it will enter in all default values for you :) Hope that helps. Fantastic video. I love your explanations!

    @laffytaffykidd@laffytaffykidd4 жыл бұрын
    • But who doesn't love a good button mash 😂😂

      @christiant.g.994@christiant.g.994 Жыл бұрын
    • Ha! I didn’t know that! Thank you!

      @saddacracker@saddacracker Жыл бұрын
  • More clear explanation among all, thank you kyle❤❤❤ When I read blog for book and author, I strucked at getting specific author related book, then I got it from your video, main thing is "parent", I'm always thinking about args instead of parent, now I got it. Another useful one I learned is fields, I didn't understand why some places functions, why some places object but got clear idea after you gave the reason. Thank you very much kyle😍😍👍👍👍👏

    @VenkateshMogili@VenkateshMogili3 жыл бұрын
  • After watching a lot of other peoples tutorials: Thank you for your clear pronounciation ^^

    @g-l8492@g-l84923 жыл бұрын
  • Very well explained. This is how tutorials should be IMO.

    @hariharanviswanathan242@hariharanviswanathan2422 жыл бұрын
  • completed the tutorial and everthikng worked . one except one thing in start which was already given as solution by someone in one of the comments. so happy I followed through it.

    @RahulinWeb3@RahulinWeb3 Жыл бұрын
  • great explained. I am new to GraphQL. After many googling (including in paid platform), I found this easy, simple, and clear tutorial to help me understand it nicely. Loved it. Thanks for this video.

    @explore_with_buddha@explore_with_buddha Жыл бұрын
  • This should be on the top. THANK YOU! 🔥

    @aishwaryasivakumar6425@aishwaryasivakumar64254 жыл бұрын
  • Really awesome introduction. The setup of an in memory datastore was great as it made learning the concepts easier. A lot people fail to mention that one of the big costs of GraphQL is for backend engineers, not the UI engineers querying the data though 😃 Still a good technology to be aware of.

    @CliffordFajardo@CliffordFajardo4 жыл бұрын
    • Thank you so much. I'm glad you appreciated the in memory storage since a lot of people complain that makes the video useless when I feel that adding in a full db makes the video way too long.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
    • I can see the one drawback of GraphQL. While being efficient in terms of clientserver bandwidth it's inefficient in terms of serverdatabase bandwidth. With GraphQL you either return every single property from the database to a server and then server does filtering or, I think, there should be some libraries that move that filtering logic to a database side. The second approach would be a way efficient in terms of a database load. So, using JSON objects in this video is great but doesn't make accent on the challenge with serverdatabase communication.

      @volodymyrmatselyukh8808@volodymyrmatselyukh88088 ай бұрын
  • Thank you so much. Straight to the point. Did'nt even waste a second. Each and every second was carefully crafted. Such an artwork.

    @salmankashfy@salmankashfy Жыл бұрын
  • Mr. Web Dev Simplified, your channel has helped me SOOO much. You are a natural teacher. I hope these videos are making you rich and you're driving something really spiffy (like a gold-plated Sion) and that you have a swimming pool with a floating bar, which is what we are all aspiring to.

    @billieporter156@billieporter1562 жыл бұрын
  • Your vídeos are the best about modern technologies about code! Thank you so much for so many share knowledge.

    @Davesmg@Davesmg4 жыл бұрын
  • Thanks for the amazingly easy explanation of that topic! Best one I've found! Greetings from Germany 🙏🏼

    @StartersammlerXL@StartersammlerXL4 жыл бұрын
    • Thank you! I'm really glad you enjoyed it.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
  • Great video, it makes the whole concept of GraphQL very clear! Good work, thank you for that!

    @petarteodosinjr.5684@petarteodosinjr.56844 жыл бұрын
  • Hell of a crash course. Great info without talking down to your audience. Been in software for a long time and just now needing GraphQL for a job. I appreciate the in-depth overview without explaining what an IDE is (and other such nonsense). 🤣🤣

    @richardw2977@richardw2977 Жыл бұрын
  • Damn. This is a MUST SUBSCRIBE channel. Awesome tutorial, easy and fast. Great job!

    @novus9542@novus95423 жыл бұрын
  • One of the best programming tutors out there. Thank you

    @adityarawat2966@adityarawat29662 жыл бұрын
  • 2023 update: import expressGraphQL like this if you get an error: `const expressGraphQL = require('express-graphql').graphqlHTTP`

    @chrisfaux3769@chrisfaux37698 ай бұрын
  • Great tutorial. GraphQL is starting to make sense from watching this.

    @skillfulones9495@skillfulones94954 жыл бұрын
    • Thanks! I am glad I could help.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
  • Your skill for explaining these complex topics is impressive. Thanks for the tutorial

    @latinacoder@latinacoder4 жыл бұрын
  • Great video! Helped me get a grasp on using GraphQL together with Express. Thank you!

    @thelelelul@thelelelul4 жыл бұрын
  • I can't tell you how nice it is to watch videos that cut out the bulls*** Thanks so much!

    @dannydenenberg@dannydenenberg4 жыл бұрын
  • Perfect video. 10/10 Amount of Content you have added there. Just perfect Not to much details not to less. Just perfect Talking speed. Just perfect Example. Just perfect Was there one thing I did not understand? Nope! Well done Sir.

    @khiemton-that5441@khiemton-that54413 жыл бұрын
  • Thanks, great video. I need a quick intro but with some detail and this was perfect.

    @williamtrent8244@williamtrent82442 ай бұрын
  • Great videos man. I just came across your channel and they truly are helping simplify things. Really appreciate it

    @AlphaWatt@AlphaWatt3 жыл бұрын
  • i love how this guy simplify everything, thank you

    @hafuus@hafuus7 ай бұрын
  • Simple, Neat and Clean to explain the concept. That's how it needs to be.

    @vijayvenkataraman1242@vijayvenkataraman12424 жыл бұрын
  • Amazing Amazing tutorial on GraphQL and this is just that I was looking for getting quick understanding on this amazing amazing technology. Also your teaching style is just an awesome and I really loved it. Thanks

    @aakashggujju@aakashggujju3 жыл бұрын
  • I always wanted to look into GraphQL and found your video today. This is so cool and thanks a lot for making this...

    @HACKINGMADEFUN@HACKINGMADEFUN2 жыл бұрын
  • Explained really well, I understood everything and was able to make my own example after watching this. Thanks for your efforts.

    @mohitsoni4925@mohitsoni49253 жыл бұрын
  • Its really an interesting video for GraphQL. I could able to understand most of the concepts within some minutes. As Dougie mentioned I had that error as well const expressGraphQL = require("express-graphql"); -- should be -- const { graphqlHTTP } = require("express-graphql"); After changing that it worked like butter. Thanks for the video :)

    @CharrliePradeep@CharrliePradeep2 жыл бұрын
    • const expressGraphQL = require('express-graphql').graphqlHTTP

      @pioneer7161@pioneer7161 Жыл бұрын
    • I'm just starting out as a dev so sometimes things that are obvious to experienced engineers are new for me. I also had to change the line: app.use('/graphql', graphqlHTTP ({ graphiql:true })) for it to work. Thanks @CharrliePradeep

      @SheilaAltingvanGeusau@SheilaAltingvanGeusau9 ай бұрын
  • This is great , thank you. Graphql site lucks entry level explanation, and is hard to grasp. Your video is vary clear and cover that first steps needed to understand the idea behind Graphql.

    @eranprime3696@eranprime36963 жыл бұрын
  • Awesome full-fledged video about building either front and back GraphQL apps.

    @pavelsokolov4190@pavelsokolov4190 Жыл бұрын
  • Awesome ❤️. I can now understand the basic of how the graphql worked after watching your video. I've got two questions: 1. Is it possible if all the schema creation process can be automated by reading the database relationship automatically? 2. How to resolve incoming args in a for of file/attachments? Thank you in advance.

    @lattelover7186@lattelover71863 жыл бұрын
  • I am checking for GraphQL tutorials. There are not many new ones out there and I am initially a bit spetical for a tutorial that is 3 years old. But turn out all the syntax is still valid. It proves how stateable the technology is and how solid this tutorial is. Great job, Web Dev Simplified!! I have been following your content more and more in the recent 2 years.

    @MsAnnieHuang@MsAnnieHuang Жыл бұрын
    • I am a student and i have to learn graphql can i get help

      @gourane@gourane Жыл бұрын
    • setting up the expressGraphQL route does not work for me.

      @mikejakusz1493@mikejakusz14938 ай бұрын
    • You just need to import expressGraphQL like this: `const expressGraphQL = require('express-graphql').graphqlHTTP` everything else is working@@mikejakusz1493

      @chrisfaux3769@chrisfaux37698 ай бұрын
  • Wow, the best intro to GraphQL I have seen so far! Thanks!

    @dreamfly555@dreamfly5554 жыл бұрын
    • You're welcome! I am glad I could help.

      @WebDevSimplified@WebDevSimplified4 жыл бұрын
  • Great video to kick off your journey in graphQL

    @prathic@prathic3 жыл бұрын
  • WOW! Awesome tutorial. Thanks. I learned GraphQL within just 40 minutes!

    @p32929@p329293 жыл бұрын
  • This tutorial is so good. Thanks for this man

    @harshitagarwal4338@harshitagarwal43384 жыл бұрын
  • Cracking video, great overview of the basics GraphQL. I was able to understand it very easily. Only criticism is that the "quick docs" preview covers the code on the line above you are typing. This makes it a bit frustrating when trying to follow along. Apart from this, I love the vid. Thanks!!

    @danfaces@danfaces3 жыл бұрын
  • This is a very helpful video to learn the basics of building a graphql server. Very well presented! Try coding along with the presenter.

    @brunomenezes4937@brunomenezes49375 ай бұрын
  • Kyle. This was a fantastic tutorial. Thank you soooo much!

    @youngun550@youngun550 Жыл бұрын
  • Very good tutorial. Direct to the point, meaty, and practical.

    @naj0916@naj09162 жыл бұрын
  • Excellent Explanation and in 40 mins you explained all necessary concepts.

    @mayankvora8116@mayankvora8116 Жыл бұрын
  • Thank you, I just had one error, which I could solve: I change this ==> const expressGraphQL = require('express-graphql'); to this => const expressGraphQL = require('express-graphql').graphqlHTTP well done ;)

    @beautifulalgorithm7292@beautifulalgorithm72922 жыл бұрын
  • I really enjoyed this video and the way you explain was excellent I was having too many query about GgraphQL those all things cleared for me now. Thank you.

    @kritikamamtagaur6968@kritikamamtagaur6968 Жыл бұрын
  • I think this is the best explanation of graphql for beginners that I saw

    @ThePhosee@ThePhosee3 жыл бұрын
  • Another great video. I have watched many of your videos and you are a great teacher. I look forward to more.

    @timlinator@timlinator Жыл бұрын
  • I would like to thank you for your awesome tutorial. You make it really easy to understand and not boring at all. Please keep going you're doing great !!! What's your good name, please?

    @chauhanvipul2009@chauhanvipul20094 жыл бұрын
  • Thank you. This is simple, sweet, crisp!

    @umanggupta4821@umanggupta48212 жыл бұрын
  • This tutorial is superior and very easy to follow.Thank you.

    @Shruti42945@Shruti429453 жыл бұрын
  • Really your videos on youtube about development is so helpful Kyle! we are so lucky. Specially thanks👌👍

    @techupdates9166@techupdates9166 Жыл бұрын
  • Learning this for "The Graph" blockchain. Thanks a lot.

    @vincentverdugo@vincentverdugo3 жыл бұрын
  • Great video. Simple explanations of a complex subject including data normalization.

    @continental_drift@continental_drift3 жыл бұрын
  • Man.... you are so good looking like a movie star, and you explain very well, and very well organized presentation. you got it all

    @kuyajon@kuyajon Жыл бұрын
  • Its a great, well explaind and simplified tut. thank you a lot, this was really helpfull.

    @mohamedamine9180@mohamedamine91803 жыл бұрын
  • The simplest GraphQL tutorial there is. Thank you

    @davidofug@davidofug Жыл бұрын
  • Lots of Respects young man, from Hyderabad, India!

    @hydtechietalks3607@hydtechietalks360711 ай бұрын
  • This was great! I finally finished my web development bootcamp and just landed a job as Front-end Developer for a dream company of mine! Your videos have helped a ton! Thanks for everything man and keep up the great videos!

    @B3ASTM0DE1@B3ASTM0DE15 жыл бұрын
    • Congratulations! That is amazing. Nice job putting in all the hard work. How was the boot Camp experience for you? Did you feel you learned a lot?

      @WebDevSimplified@WebDevSimplified5 жыл бұрын
    • @@WebDevSimplified The bootcamp was a great experience, I've been doing web development since high school so I had a background in it prior to starting it. Everything came pretty quickly to me and I was able to easily understand the advanced concepts easier having had that prior experience. However, alot of others had no experience and the advance concepts where too hard for some people to grasp. I tried my best to get there before class and stay after class to tutor people though. Overall, it was a way for me to figure out the best path and what to learn in order to become employee ready.

      @B3ASTM0DE1@B3ASTM0DE15 жыл бұрын
    • @@B3ASTM0DE1 That's amazing. I am really glad that it went so well for you, and that you were able to help others along the way. I wish you the best of luck with your future career.

      @WebDevSimplified@WebDevSimplified5 жыл бұрын
    • @@WebDevSimplified Thanks man, appreciate it! Keep up the great videos!

      @B3ASTM0DE1@B3ASTM0DE15 жыл бұрын
    • @@B3ASTM0DE1 how long does it take?

      @levos2007@levos20074 жыл бұрын
  • Amazing tutorial and explanation! Thanks a ton Kyle.

    @sanjitselvan5348@sanjitselvan5348 Жыл бұрын
  • Awesome tutorial!!! Clean and Easy... Thanks a ton!!!

    @mazharuddin3647@mazharuddin36473 жыл бұрын
  • Great video! Very easy to follow, a great entry point into GraphQL

    @NicholasRogersMN@NicholasRogersMN Жыл бұрын
  • good stuff brodi, needed the explanation for server side mobile apps

    @dontbotherreading@dontbotherreading4 жыл бұрын
  • Great tutorial, very helpful, keep up the good work!

    @vladimirjean@vladimirjean5 жыл бұрын
    • Thank you!

      @WebDevSimplified@WebDevSimplified5 жыл бұрын
  • Perfectly explained, thanks man!

    @csxinfo1@csxinfo13 жыл бұрын
  • Thank you so much bro for this video, it helps me a lot to grasp Graphql.

    @jacquitratongamanahaja979@jacquitratongamanahaja9792 жыл бұрын
  • Fantastic ! you nailed it in 40 minutes

    @bashardlaleh2110@bashardlaleh21103 жыл бұрын
  • You never Disappoint with your videos , thank you

    @madhutammu2209@madhutammu2209 Жыл бұрын
KZhead