Join Slack
Powered by
anyone using typescript with prisma? Do you get ty...
# orm-help
d
Drew Delianides
09/27/2018, 4:34 PM
anyone using typescript with prisma? Do you get type errors when using a string for schema delegation? ie
ctx.db.query.foo({ where: { id: 1 }}, '{ bar }');
k
kratam
09/27/2018, 6:02 PM
There's a missing
}
before the comma.
d
Drew Delianides
09/27/2018, 7:01 PM
@kratam
thanks, this is just an example
4
Views
Open in Slack
Previous
Next