Hey Pedro! Which is the VS Code plugin you use that arranges/organizes code SO GOOD after you save the file? I've tried Prettier but it keeps removing the ";" from the javascript file. AMAZING content mate! Keep the episodes coming! Cheers!
Bro make videos on subscriptions with graphql and useSubscription hook and also image upload using apollo. Btw love your style fo explanations keep up and keep posting videos graphql.
and I have 2 question regarding the topics also 1)In Mutation apollo client you gave $input:createUserInput . should't this give you an error thats it's not define or so ? where is createUserInput coming from ?I know you have define it on backend kindly tell me about frontend.where's it? 2)So in backend there can be only 1 object of typedefs and 1 of resolvers and we do our whole logic and schema there or can we create multiple of these and combine them ? Kindly answer both
1) Yeah the createUserInput type comes from the backend :) 3) Yeah, we need only one typedef and 1 resolver vars. But. if you want to separate them into different files (I recommend it for big projects) you can do that.
well I would love to see something bit more professional, more advanced, proper file-folder structure, advanced usage, conected with DB etc. Everybody is making same "Basic graphql tutorial" . Half of them are outdated and those that are not are just plain basic "This guys is a schema" ... Even example repo would be sweet
Completed all videos
Learnt a lot !
Definitely the Best series compared to other lectures on graphQl
Pedro! you are literally saving my life brother.💝
I love this series and the quality. Thank you 💖
Glad you enjoy it!
Pedro! Can you do a video on how to deploy a PERN app onto heroku? There aren’t many videos online for it and I’m having trouble doing it
I finally caught up with the series! Thank you for the videos Pedro, I will be waiting for the next ones. Hope you will cover gql fragments!
Thank you for this amazing video .Kindly tell me which topic of grapqhl you will be covering next?
I believe next episode will be going over all the backend stuff that is missing (context, subscriptions, parent...)
Well done Pedro!!
Amazing series, man. Thanks for doing this!! Youre real good at explaining things
Hey Pedro! Which is the VS Code plugin you use that arranges/organizes code SO GOOD after you save the file? I've tried Prettier but it keeps removing the ";" from the javascript file. AMAZING content mate! Keep the episodes coming! Cheers!
Bro make videos on subscriptions with graphql and useSubscription hook and also image upload using apollo. Btw love your style fo explanations keep up and keep posting videos graphql.
and I have 2 question regarding the topics also
1)In Mutation apollo client you gave $input:createUserInput . should't this give you an error thats it's not define or so ? where is createUserInput coming from ?I know you have define it on backend kindly tell me about frontend.where's it?
2)So in backend there can be only 1 object of typedefs and 1 of resolvers and we do our whole logic and schema there or can we create multiple of these and combine them ?
Kindly answer both
1) Yeah the createUserInput type comes from the backend :)
3) Yeah, we need only one typedef and 1 resolver vars. But. if you want to separate them into different files (I recommend it for big projects) you can do that.
Thank you Pedro !!
🔥🔥🔥
Great Video
Thank you so much brother 👍
Thank you!
great video series!
teach us next js.
we need complete tutorial on next js with an ecommerce site using material ui and mern.
Do you know how to change FakeData to a real DB, like the MongoDB?
Did you think of me when you put John or was it just a randomly chosen name
It was random lmaooo its the most common name in the world
@@PedroTechnologies >:(
Thank you so much
how upload file via apollo server
well I would love to see something bit more professional, more advanced, proper file-folder structure, advanced usage, conected with DB etc. Everybody is making same "Basic graphql tutorial" . Half of them are outdated and those that are not are just plain basic "This guys is a schema" ... Even example repo would be sweet