One “gotcha” with generating your frontend graphql api code for a prisma backend is that you really don’t want to expose the full capability of prisma to query your data to the public internet, for obvious reasons, and if one is just following tutorials and copying boilerplate that’s what you often end up with.
This isn’t the fault of code generation itself, of course.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
One “gotcha” with generating your frontend graphql api code for a prisma backend is that you really don’t want to expose the full capability of prisma to query your data to the public internet, for obvious reasons, and if one is just following tutorials and copying boilerplate that’s what you often end up with.
This isn’t the fault of code generation itself, of course.