Can someone explain what the purpose of the `prism...
# prisma-client
s
Can someone explain what the purpose of the
prisma-schema
autogenerated file is? It looks like it contains a bunch of queries and mutations that are intended to talk to the prisma service. Are they purely intended to do this, or are they also intended to be expose to a consuming service to use (such as a React app). I imagine that you would probably want to write your own queries and mutations that build off of
prisma-schema
, but would like some insight here.