4 Mutation, Input Type and Aliases | Complete GraphQL tutorial with React and Apollo Client in Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 9

  • @adityashrivastava860
    @adityashrivastava860 2 ปีที่แล้ว

    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..

  • @ankitgiri6874
    @ankitgiri6874 2 ปีที่แล้ว

    complete series is great

  • @user-tc8um1pk2e
    @user-tc8um1pk2e 2 ปีที่แล้ว

    thank you bhai for making this tutorial

  • @krishkapadia2238
    @krishkapadia2238 ปีที่แล้ว +1

    16:10 by mistake you have pressed 'insert' key

  • @rmt0858
    @rmt0858 2 ปีที่แล้ว

    Make a video with formik, grqphql, mongodb

  • @smsaikat9329
    @smsaikat9329 8 หลายเดือนก่อน

    Thanks

  • @itsnehra
    @itsnehra ปีที่แล้ว

    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

    • @pyushpandita9915
      @pyushpandita9915 ปีที่แล้ว

      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.

    • @infomative-insights
      @infomative-insights ปีที่แล้ว

      @@pyushpandita9915 i have tried but get error Variable \"$a\" of required type \"UserInput!\" was not provided."