any idea why my graphql playground schema won’t up...
# orm-help
g
any idea why my graphql playground schema won’t update to my latest changes?
j
schema.prisma
controls what’s in your database. There should be another place in your app where you control the graphql api that you expose.
plus one +1 1
r
@glekner 👋 As explained above, your
schema.prisma
is only what’s in your database. You would separately need to update your GraphQL schema depending on which library you are using.
g
yep, forgot to update the nexus file, thanks guys.
👍 1