I am learning GraphQL mutations in react and Contentful CMS. I am trying to add user data into User model. I am getting error below
"Cannot read properties of undefined ( reading 'name')"
In User Content Model, I am having two field firstname and lastname.