Patch mutation function is giving me a typescript error
And as user keep filling forms, the document needs to receive the remaining data.
This is the schema
I first insert data into the required fields
This is the function I'm trying to implement now.
This is the typescript error I'm getting in the frontend
Error is at listingId.
Any help is appreciated!

