Hello! I updated to v1.8 of the CLI yesterday and...
# orm-help
j
Hello! I updated to v1.8 of the CLI yesterday and have found that my
prisma deploy
command no longer generates a schema file for the
GraphQLServer
instance to ingest via the
typeDefs
property. Do I understand correctly that
deploy
should be generating that file according to
.graphqlconfig.yml
?
n
no, this functionality has moved to post deployment hooks
there's an example in the upgrade guide for that 🙂
j
Whoops -- that would do it! Didn't notice the guide. Thanks!!
n
oh, the 1.7 guide is the relevant one actually