We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model Test { oid String @id @default(auto()) @map("_id") @db.ObjectId name String }
When I update name property, I got an error which is "Unknown arg oid in data.oid for type IdAliasUpdateInput. Available args:"
name
oid
You can run this repo to find the error.
I try to fix this error. delete the key which is the id in the data.
in Resource.ts
++ delete preparedParams[idProperty.path()]
The text was updated successfully, but these errors were encountered:
Any updates on this issue?
Sorry, something went wrong.
same issue
No branches or pull requests
When I update
name
property, I got an error which is "Unknown argoid
in data.oid for type IdAliasUpdateInput. Available args:"You can run this repo to find the error.
I try to fix this error. delete the key which is the id in the data.
in Resource.ts
The text was updated successfully, but these errors were encountered: