UseMutation Hook in Apollo Client | GraphQL Course For Beginners Ep. 7

  Рет қаралды 12,910

PedroTech

PedroTech

Күн бұрын

Hey everyone, this is the episode 7 of my new GraphQL course.
Code: github.com/machadop1407/graph...
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/learn/reactjs-pr...
-
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / _pedro.machado_
Github: github.com/machadop1407
Email: machadop1407@gmail.com
Tags:
- GraphQL
- GraphQL Course
- GQL Tutorial
- API Tutorial
#graphql #graphqltutorial

Пікірлер: 28
@aglowkeys
@aglowkeys 2 жыл бұрын
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!
@brandonmchugh9821
@brandonmchugh9821 2 жыл бұрын
Amazing series, man. Thanks for doing this!! Youre real good at explaining things
@CuriousAnonDev
@CuriousAnonDev Жыл бұрын
Completed all videos Learnt a lot ! Definitely the Best series compared to other lectures on graphQl
@kushalkar9486
@kushalkar9486 2 жыл бұрын
Pedro! you are literally saving my life brother.💝
@HijabiCoder
@HijabiCoder 2 жыл бұрын
I love this series and the quality. Thank you 💖
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Glad you enjoy it!
@emmanuelamodu2390
@emmanuelamodu2390 Жыл бұрын
Well done Pedro!!
@ayushyt918
@ayushyt918 Жыл бұрын
Thank you Pedro !!
@Victor-wh9bs
@Victor-wh9bs 2 жыл бұрын
Great Video
@manoj-k
@manoj-k 2 жыл бұрын
🔥🔥🔥
@cassiking2419
@cassiking2419 2 жыл бұрын
great video series!
@aliomer9049
@aliomer9049 2 жыл бұрын
Thank you so much
@mustaneerhaider515
@mustaneerhaider515 2 жыл бұрын
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.
@juanroldan1989
@juanroldan1989 2 жыл бұрын
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!
@abhaytiwari6411
@abhaytiwari6411 2 жыл бұрын
Thank you so much brother 👍
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Thank you!
@yasinnkhann
@yasinnkhann 2 жыл бұрын
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
@faizansohail5855
@faizansohail5855 2 жыл бұрын
Thank you for this amazing video .Kindly tell me which topic of grapqhl you will be covering next?
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
I believe next episode will be going over all the backend stuff that is missing (context, subscriptions, parent...)
@pikolq7665
@pikolq7665 2 жыл бұрын
teach us next js. we need complete tutorial on next js with an ecommerce site using material ui and mern.
@faizansohail5855
@faizansohail5855 2 жыл бұрын
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
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
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.
@changyu7313
@changyu7313 Жыл бұрын
Do you know how to change FakeData to a real DB, like the MongoDB?
@CraftinPark
@CraftinPark 2 жыл бұрын
Did you think of me when you put John or was it just a randomly chosen name
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
It was random lmaooo its the most common name in the world
@CraftinPark
@CraftinPark 2 жыл бұрын
@@PedroTechnologies >:(
@code5705
@code5705 Жыл бұрын
how upload file via apollo server
@jirijancik2
@jirijancik2 2 жыл бұрын
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
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 30 МЛН
Always be more smart #shorts
00:32
Jin and Hattie
Рет қаралды 41 МЛН
Mutations with useMutation Apollo Client - React Tutorial 66
18:41
Caleb Curry
Рет қаралды 3,7 М.
Learn GraphQL in 7 Minutes For Beginners
7:01
PedroTech
Рет қаралды 58 М.
tRPC, gRPC, GraphQL or REST: when to use what?
10:46
Software Developer Diaries
Рет қаралды 71 М.
GraphQL With React Tutorial - Apollo Client
32:51
PedroTech
Рет қаралды 204 М.
What is GraphQL?
12:03
Hitesh Choudhary
Рет қаралды 194 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
React With GraphQL (Apollo Client) Crash Course
1:06:28
Laith Academy
Рет қаралды 86 М.
How to use TypeScript with React... But should you?
6:36
Fireship
Рет қаралды 907 М.
Ультрабюджетная игровая мышь? 💀
1:00
cute mini iphone
0:34
승비니 Seungbini
Рет қаралды 6 МЛН
Will the battery emit smoke if it rotates rapidly?
0:11
Meaningful Cartoons 183
Рет қаралды 39 МЛН