Can any one guide me..How i can try prisma graphQL...
# prisma-client
c
Can any one guide me..How i can try prisma graphQL api with rest api client like postman?
t
What I usually do is just use Playground to actually make the request, open the network tab and then grab the body from there and then you can use postman. But have you used GraphiQL yet? Or the playground? It's like the GraphQL equivalent to postman
c
Thanks, Yes GraphiQL and Playground worked for me thanks.