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
Reported on Discord: https://discord.com/channels/1035538056146595961/1178744879514398842
61 create(args) { 62 return __awaiter(this, void 0, void 0, function* () { 63 args = yield this.preprocessArgs('create', args); → 64 const r = yield this.prisma[this.model].create({ data: { label: "Aaa", commercialAction: { connect: { commercialActionGroupId: "clpccy6xz0000iwt42xlix7i1", ? id?: String, ? AND?: CommercialActionWhereInput | CommercialActionWhereInput[], ? OR?: CommercialActionWhereInput[], ? NOT?: CommercialActionWhereInput | CommercialActionWhereInput[], ? createdAt?: DateTimeFilter | DateTime, ? updatedAt?: DateTimeFilter | DateTime, ? label?: StringFilter | String, ? activated?: BoolFilter | Boolean, ? commercialActionGroup?: CommercialActionGroupRelationFilter | CommercialActionGroupWhereInput, ? commercialActionsLabel?: CommercialActionLabelListRelationFilter } } }, select: { id: true } }) Argument `connect` of type CommercialActionWhereUniqueInput needs at least one of `id` arguments. Available options are marked with ?.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Reported on Discord: https://discord.com/channels/1035538056146595961/1178744879514398842
The text was updated successfully, but these errors were encountered: