Skip to content
New issue

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

You forgot a toOne upsert config bypass #30

Open
stevefan1999-personal opened this issue Sep 13, 2024 · 0 comments
Open

You forgot a toOne upsert config bypass #30

stevefan1999-personal opened this issue Sep 13, 2024 · 0 comments

Comments

@stevefan1999-personal
Copy link

export const createUpsertParams: CreateParams = (_, params) => {
if (params.scope?.relations && !params.scope.relations.to.isList) {
throw new Error(
`prisma-extension-soft-delete: upsert of model "${params.model}" through "${params.scope?.parentParams.model}.${params.scope.relations.to.name}" found. Upserts of soft deleted models through a toOne relation is not supported as it is possible to update a soft deleted record.`
);
}
return { params };
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant