how do you download the generated schema after you...
# prisma-whats-new
r
how do you download the generated schema after you run prisma deploy ?
r
perfect thank you
n
cheers! 🙂 you can also use
.graphqlconfig.yml
to generate the schema file after deploying like so: https://github.com/graphql-boilerplates/node-graphql-server/blob/master/advanced/.graphqlconfig.yml#L8
r
thank you , and when working in vscode, I don't see intellisense for prisma.query.users where prisma.query... doesn't show users is this expected or is there something I may be missing
and sorry for the long tailed questions, but in regards to functions like in graphcool-framework, does that functionality remain in the framework or is there a new way to do that in prisma , perhaps it's just my learning of what prisma is and is intended for