Really helpful. I have one polite request. Please explain the syntax when the code becomes a bit complex, so that one understands why we are writing what we are writing. Thanks..
Hi Sir, I am getting error Variable \"$userNew\" of required type \"UserInput!\" was not provided." even after coping your code, Can you please tell me what is the issue
Use different name for query variable. Don't use $userNew. mutation createUser ($anything : userInput) { signUpUserDummy (userNew: $anything) { .... ... } } Hope this will help you. If you were unable to resolve your problem.
Really helpful.
I have one polite request. Please explain the syntax when the code becomes a bit complex, so that one understands why we are writing what we are writing.
Thanks..
complete series is great
thank you bhai for making this tutorial
16:10 by mistake you have pressed 'insert' key
Make a video with formik, grqphql, mongodb
Thanks
Hi Sir,
I am getting error
Variable \"$userNew\" of required type \"UserInput!\" was not provided."
even after coping your code,
Can you please tell me what is the issue
Use different name for query variable. Don't use $userNew.
mutation createUser ($anything : userInput) {
signUpUserDummy (userNew: $anything) {
....
...
}
}
Hope this will help you. If you were unable to resolve your problem.
@@pyushpandita9915 i have tried but get error Variable \"$a\" of required type \"UserInput!\" was not provided."