Top "Prisma-graphql" questions

Prisma turns your database into a GraphQL API.

How can I execute mutation in GraphQL playground?

My Goal: I want to execute a mutation in GraphQL Playground. My schema looks the following: type Mutation { # Add a …

graphql prisma-graphql
docker and mysql: Got an error reading communication packets

I have a problem with connectivity in docker. I use an official mysql 5.7 image and Prisma server. When I start …

mysql docker docker-api prisma prisma-graphql