Kevbot
Explore posts from serversPPrisma
•Created by Kevbot on 7/10/2024 in #help-and-questions
GET request using JSON body
context: prisma,zod,typescript
I'm trying to run a
GET
request and passing in a json body, In order to make this work i need to convert it to using .mutation
instead of .query
. I was wondering if this is the standard for using prisma as I know posts will still return data.
for example: in my postman json:
9 replies