Great tutorial man, its simple and very easy to follow along. Your way of delivering this lesson is very calm and its not too fast so its very easy for me to understanding everything that i typed. Thanks a lot man.
Thanks man this was so easy to understand I made a billion dollar start up after watching this video in 1 hour. Thanks man now I am a billionaire where can I send money paypal?
For those who don't see GraphQL Playground is opening, install apollo-server-core, import ApolloServerPluginLandingPageGraphQLPlayground from it, and use in the plugins option in the new ApolloServer({}) npm i apollo-server-core const { ApolloServerPluginLandingPageGraphQLPlayground } = require("apollo-server-core") const server = new ApolloServer({ typeDefs, resolvers, plugins: [ApolloServerPluginLandingPageGraphQLPlayground()] });
hey Truely mittal, i'm glad i dound your channel your content is great and it helped me a lot to understand many concepts and i'm facing problems while making an UI for your jwt tutorial and i request you to make a video on that also can you make a full app with front end and backend for graph QL, eagerly waiting for your new video but you are not uploading it. Hope you are doing well and upload videos to the earliest
Love this video, thanks! Are there any other ways to update a part of fields more simply? If there are 10 fields, it will be a little cumbersome to define the update resolver like that.
Thank you very much for the video! :) By the way, I think it will be better to update post with this function, what do you think? `updatePost: async(parent, {id, post}, context, info) => { return Post.findByIdAndUpdate(id,post, {new: true}); } `
Can you please apollo server express backend with nextjs frontend video series. Server side rendering with authentication and private data fetching ssr best practices. There is no perfect video like this. And your code is so clean so it will be more easy to understand.
Sir Please make a video on How to upload files(small images and also big videos) with graphql to mangod pls sir its also give you new youtube video idea
Hi, after running the mutation for create when ti try to run the query to fetch all posts it gives me an error "Expected variables json to be an object". what am i doing wrong here?
Hey i wanted to know how to use populate between two different databases in mongoose in same project but it's a basic small microservice kind of project, so both databases are on two different localhost on two different ports means they are on different services so they have different mongoose connection on each services. So please help me if you can
Literally the best tutorial I've seen on how mongo and graphql are suppose to play together.
Yes, "The Best"!
Thanks a bunch! You changed my life forever...
Just mindblowing, hats off to you🙂
Great tutorial man, its simple and very easy to follow along. Your way of delivering this lesson is very calm and its not too fast so its very easy for me to understanding everything that i typed. Thanks a lot man.
I agree
you saved my time and teach me very well. thank you so much and love from Bangladesh
thanku sir you have explained it easily and i just wathced your video single time and now i am able to create graphql api with mongoose and express
A very useful tutorial! Saving the code as a CRUD starter kit for this particular stack! Thank you!
Great tutorial! Easy to follow and great content examples
Thank you so much for this tutorial. I really appreciate it.❤
Wow great video sir, thanks.
You explained the topic very easy and nice way. Thanks
Subscribe like share
Great Video ......
Thanks for the description of graphql
Subscribe like share
Awesome.................
Love your tutorials man! Keep it up!
Great job, keep doing what you're doing
😊 Subscribe like share
nice very helpful
Thank you for the tutorial!
Glad it was helpful!
You are 'truly' doing great work bhai 😁♥️.... Pun intended ♥️
Thank you so much 😀
Great...simple and easy
Thanks man this was so easy to understand I made a billion dollar start up after watching this video in 1 hour. Thanks man now I am a billionaire where can I send money paypal?
This is the best comment I found in any TH-cam coding tutorial video , congrats man, you made laugh
@@abdullahaboayesha I'm 100% serious writing thus comment
Incredibly useful video, thanks!!
Easy to follow and great content examples
Glad it was helpful!
thank you so much for this video!
GREAT JOB SIR!
Subscribe like share
Thanks much Sir ,please do a video on consuming this API from front end React
Nice
Beatiful video for me. Thanks man.
You are amazing bro !!
Definitely helpful. Many thanks mate 😊
Amazing
Subscribe like share
Great video! clear, concise, and thorough. Thank you!
Which extension are you using to maintain formatting inside of your backticks " ` "?
Prettier
Clear explanation, thank you
AWESOME VIDEO
For those who don't see GraphQL Playground is opening, install apollo-server-core, import ApolloServerPluginLandingPageGraphQLPlayground from it, and use in the plugins option in the new ApolloServer({})
npm i apollo-server-core
const { ApolloServerPluginLandingPageGraphQLPlayground } = require("apollo-server-core")
const server = new ApolloServer({
typeDefs,
resolvers,
plugins: [ApolloServerPluginLandingPageGraphQLPlayground()]
});
Thankyou so much, I look forward to more of your tutorials
Subscribe like share
@@mafiacodes 😎
Thank you soo much
Thank you very much!
Helpful ThankU
Subscribe like share
@@mafiacodes sure 🔥
hey Truely mittal, i'm glad i dound your channel your content is great and it helped me a lot to understand many concepts and i'm facing problems while making an UI for your jwt tutorial and i request you to make a video on that also can you make a full app with front end and backend for graph QL, eagerly waiting for your new video but you are not uploading it. Hope you are doing well and upload videos to the earliest
Thanks Alot❤
Glad you like it
Love this video, thanks!
Are there any other ways to update a part of fields more simply?
If there are 10 fields, it will be a little cumbersome to define the update resolver like that.
I think using $set in mongoose update query should take care of that
Great.
Make video on gRPC complete api tutorial
Thank you very much for the video! :)
By the way, I think it will be better to update post with this function, what do you think?
`updatePost: async(parent, {id, post}, context, info) => {
return Post.findByIdAndUpdate(id,post, {new: true});
}
`
Thank you!
Thank you
Subscribe like share
Sr please make a separate video on Async and Await
Good job!! Thanks so much!
just one quest what extensions do you use to show resolver and typeDef suggestions
nice and any plan on creating apollo client graphql, because graphql and apollo client syntax are little bit different
Hi....Nice tutorial btw, I was asking what shortcuts are you using to comment out the graphql playground after selecting the blocks
ctrl + /
Thx, I was wondering the same thing.
Can you please apollo server express backend with nextjs frontend video series.
Server side rendering with authentication and private data fetching ssr best practices. There is no perfect video like this. And your code is so clean so it will be more easy to understand.
THANKYOU
Sir Please make a video on How to upload files(small images and also big videos) with graphql to mangod
pls sir its also give you new youtube video idea
Sir can you please make a video how to Bypass authentication using nodejs
Please make a video on nested query that connects two data sets. E.g: Query to get author details from book item and lists of books from author.
I'll try to make one
@@mafiacodes Thank you giving me a hope and teaching in a very easy way.
can we use socket io and webrtc in apollo?
Error: When using the `apollo-server` package, you don't need to call start(); just call listen().
what the terminal use that has a green arrow prompt
you have installed graphql npm package, but you have not used it anywhere , do you need it really?
what is your vscode font? and how you make import-cost Extention work for express?
operator mono, it works out of the box by just installing
Awesome content, could you please inform me which theme are you using for vs code?
snazzy operator
sir graphql resolvers automatically handles errors ...?
Hi, after running the mutation for create when ti try to run the query to fetch all posts it gives me an error "Expected variables json to be an object". what am i doing wrong here?
Hey i wanted to know how to use populate between two different databases in mongoose in same project but it's a basic small microservice kind of project, so both databases are on two different localhost on two different ports means they are on different services so they have different mongoose connection on each services.
So please help me if you can
May I know your VS Code theme extension?
why you dont share sources in desc?
There is a previous GraphQL video. without apollo-server. Then which one should we use?
Either, both have their pros and cons, better off using Apollo express since you get the best of both worlds.
@@mafiacodes Thank you!
i like apollo sever express. you can still use the app for socket
Hey upload videos where have you gone
Make amazon clone which is on production level using mern
Do you have a github link?
not for this video
@@mafiacodes thanks for your response
aap thik haina bahuth din hogaye video's post kiye hue
kaha ho sir
sir aap thik hai na month hua video dale
can u provide source code ?
your views wouldnt hv decreased if you would hv gave the code file
Thank You Very Much
Subscribe like share