glekner
02/17/2021, 3:55 PMjonthewayne
02/17/2021, 11:26 PMschema.prisma
controls what’s in your database. There should be another place in your app where you control the graphql api that you expose.Ryan
02/18/2021, 7:43 AMschema.prisma
is only what’s in your database. You would separately need to update your GraphQL schema depending on which library you are using.glekner
02/18/2021, 10:56 AM