GraphQL API With NodeJS and Apollo Server | GraphQL Course For Beginners Ep. 3

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 64

  • @martinoplaya7805
    @martinoplaya7805 3 роки тому +4

    Finnaly a proper tutorial on apollo server! jesus, being junior react developer is HARD! in last 5 month I had to learn: React, Redux, eslint, Sass, Post CSS, Typescript, prettier, auto-prefix e.c.
    Universites dont teach this here, they spoke 0% of that.
    6year magister degree doesn't mean shit, you have to manually browe 1000 tutorials online to join IT compoany.
    Big tnxxx PedroTech for educating the public! 🥂

    • @Alister-vl6mu
      @Alister-vl6mu Рік тому +1

      Being a developer is hard*

    • @ClareLindley-mu7gl
      @ClareLindley-mu7gl 5 місяців тому +1

      You are right! It's very complicated these days. Too much in my opinion. Don't give up!

    • @martinoplaya7805
      @martinoplaya7805 5 місяців тому +2

      @@ClareLindley-mu7gl Thanks 😂 I'm already a solo entrepreneur developing online SaaS businesses by myself

    • @ClareLindley-mu7gl
      @ClareLindley-mu7gl 5 місяців тому

      @@martinoplaya7805 Nice!

    • @choudharyhimanshu4134
      @choudharyhimanshu4134 Місяць тому

      @@martinoplaya7805 Oh, a solo entrepreneur. If you are looking for someone to collaborate with, I may help. I am a MERN developer and also has understanding of sockets and WebRTC.

  • @aglowkeys
    @aglowkeys 3 роки тому +3

    Thank you! This was very helpful. I tried learning GQL before and really struggled because they didn't explain very well what the resolvers were and I was so confused. Now I understand it perfectly! Will be looking forward to the next vid :)

    • @PedroTechnologies
      @PedroTechnologies  3 роки тому +2

      This is awesome! Glad you liked it! Episode 4 coming out tomorrow!

  • @manoj.k.m4302
    @manoj.k.m4302 Рік тому +2

    bro iam having an error :typeDefs must contain only strings, documents, schemas, or functions, got object

  • @Alister-vl6mu
    @Alister-vl6mu Рік тому +2

    You can also type npm init -y if you are going to skip all the fields. It generates a package.json with default values :)

  • @madsidification
    @madsidification 3 роки тому +1

    Thank you Pedro, this series is very helpful to learn GraphQL. I will recommend it to everyone.

  • @HoNow222
    @HoNow222 3 роки тому +1

    Thankhs for showing the version of the packages you install. Actually a lot of tutorials doen't do that and it causes problems if they are not recent ones.

  • @Sasaei24
    @Sasaei24 3 роки тому +3

    Your tutorials are awesome, thanks for your great work.

  • @ClareLindley-mu7gl
    @ClareLindley-mu7gl 5 місяців тому

    Love this. Really thorough and well explained. Thanks!

  • @ayushdedhia25
    @ayushdedhia25 3 роки тому +3

    Appreciate your dedication man 💯🔥 Super Series 💯

  • @henryjuniorlee5999
    @henryjuniorlee5999 6 місяців тому

    Hi Pedro,
    I am trying to install all the packages as you showed here but i dont get the automatically json package poping up. Did you link to any repo or how do i get the "GraphQL-code-tutroial" folder? Thanks

  • @tiefkluehlfeuer
    @tiefkluehlfeuer 2 роки тому

    When I hover ApolloServer, it only says "const ApolloServer: any". Any idea why it is missing all the details here?

  • @nikitakumawat6365
    @nikitakumawat6365 3 роки тому

    I'm getting this error on npm start
    [nodemon] app crashed - waiting for file changes before starting...
    How to fix it ? Please help

    • @uditgupta3429
      @uditgupta3429 2 роки тому

      have you resolved this error ? if yes then how ?

  • @soltiscd
    @soltiscd 3 роки тому +1

    Keep them pumping! Thank you!

  • @oussemabouyahia474
    @oussemabouyahia474 Рік тому

    very good explanation , just for reference you could have provide the apollo server documentation which include all these steps

  • @ThColinPereira
    @ThColinPereira 3 роки тому +2

    Loving this series, thanks Pedro

  • @Master-sy8si
    @Master-sy8si 2 роки тому

    Clear and lucid explanation! Thanks a lot!

  • @rayanabid1303
    @rayanabid1303 3 роки тому +2

    I was just finishiang with part 2 will come back to tgis 😂

    • @mwnkt
      @mwnkt 3 роки тому

      Lucky you

  • @mustaneerhaider515
    @mustaneerhaider515 3 роки тому +1

    another great videos thanks for such informative videos on graphql.

  • @enriquecordero6163
    @enriquecordero6163 3 роки тому +1

    Is any big different to make this project in js or ts ?

    • @PedroTechnologies
      @PedroTechnologies  3 роки тому +1

      Not a lot, but I will show how to integrate ts later on in the series. I want to go over typegraphql in the series so i will need this later on

  • @monkey4086
    @monkey4086 4 місяці тому

    I am getting " Error: Apollo Server requires either an existing schema, modules or typeDefs" i followed everything step by step 🤦‍♂🤦‍♂

  • @janmajetko2939
    @janmajetko2939 2 роки тому

    One like is not enough, great series

  • @testaccount-b3k
    @testaccount-b3k Рік тому

    wonderful course!
    ...simply perfect

  • @avirupdutta286
    @avirupdutta286 3 роки тому

    which vscode plugin are u using for the gql syntax highlighting??

  • @emmanuelamodu2390
    @emmanuelamodu2390 Рік тому +1

    I did enjoy it. Thanks

  • @underrated_mono9770
    @underrated_mono9770 3 роки тому +1

    Do you know how to deal with json file as a fake database instead of js array of objects.
    I want to use a json file from Mockaroo.
    Anyway, Thanks Pedro!

    • @PedroTechnologies
      @PedroTechnologies  3 роки тому

      Yeah, you just have to parse the json into a javascript object. Javascript have built in functions for that! You can also just send back the json!

  • @Victor-wh9bs
    @Victor-wh9bs 2 роки тому +1

    Great Video

  • @curiosabouttech
    @curiosabouttech Рік тому

    thank you so much sir Pedro your teaching is great.

  • @alexcrudu6183
    @alexcrudu6183 Рік тому

    Great simple explanation

  • @saqibullah7286
    @saqibullah7286 8 місяців тому

    Amazing explanation.thank you man

  • @39-rokhirawlo29
    @39-rokhirawlo29 3 роки тому +1

    Thank you brother 🙏🙏👍👍

  • @faizaanshaikh3507
    @faizaanshaikh3507 3 роки тому

    Hey can you just let me know the extension for the color theme you are using :)

  • @trivan8215
    @trivan8215 3 роки тому

    Can you tell me opening music you use, I love it

  • @brandonmchugh9821
    @brandonmchugh9821 2 роки тому +1

    10/10 bro!

  • @timlinator
    @timlinator Рік тому

    Great video, learned a lot.

  • @usmanmughal5916
    @usmanmughal5916 3 роки тому

    No1 uses graphql without typescript and make video on how to make a pdf with received from data in react, and how to know that the client is using adblocker and how to add captcha unlock and how to add qr code system and how get the public ip of the user. how to change the the size of the image onnline uploaded etc YT is already filled with todo apps and graphql.

  • @cassiking2419
    @cassiking2419 3 роки тому

    great series!! thank you

  • @samahgad241
    @samahgad241 2 роки тому

    i love the video thanks very much

  • @rishabsood4981
    @rishabsood4981 2 роки тому

    keep going!!

  • @induchandana4379
    @induchandana4379 2 роки тому

    ThankU super helpfull

  • @ruthlessluder
    @ruthlessluder 2 роки тому

    You're so smart.

  • @taniakedrova
    @taniakedrova 2 роки тому

    Thanks for video

  • @babakfp
    @babakfp 3 роки тому

    Great, thank you

  • @Master-sy8si
    @Master-sy8si 2 роки тому

    Thanks a lot man!

  • @wandersonsousa1891
    @wandersonsousa1891 2 роки тому

    Thank you so much !

  • @ello0lithuania
    @ello0lithuania 3 роки тому

    keep it up

  • @manoj-k
    @manoj-k 3 роки тому

    🔥🔥🔥

  • @psyferinc.3573
    @psyferinc.3573 2 роки тому

    yesss file division

  • @connectrRomania
    @connectrRomania Рік тому

    Thank you man