Is there a way to force generate `prisma.graphql`?...
# prisma-whats-new
d
Is there a way to force generate
prisma.graphql
? For some reason on my local,
prisma deploy
worked but did not update generated
prisma.graphql
Creating a thread! for helpers to respond ๐Ÿ™‚
m
graphql prepare
might be the solution youโ€™re seeking ๐Ÿ™‚
๐Ÿ‘ 1
d
Something like
graphql get-schema -p database -o <path/to/prisma.graphql>