Spencer Gardner
09/21/2019, 12:16 AMprisma-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.