Join Slack
Powered by
can I somehow tell prisma that my field called use...
# orm-help
o
onePunchMan
11/21/2018, 8:58 PM
can I somehow tell prisma that my field called
user_id
is the required
id
?
e
ejoebstl
11/21/2018, 8:59 PM
Right now, that is not possible, as Prisma enforces the
Node
interface for each user, which requires the field
id
.
Open in Slack
Previous
Next