Bram
01/08/2019, 7:48 PMdivyendu
01/08/2019, 7:51 PMrawAccess
is a feature of Prisma client and not prisma-binding
. Do the docs suggest something different anywhere?
also, you have to provide rawAccess: true
in docker compose file (if you are using prisma via docker)... then only Prisma server emits the executeRaw
mutation for Prisma client to use.
🙂divyendu
01/08/2019, 7:53 PM