@CCBCodeMonkey I had a similar issue the other day. I think Prisma changed the way that the schema is generated in one of the recent updates. Since they update their development servers always there could be breaking changes during your own development, so you need to make sure your code is always compatible with the latest Prisma.
I updated mine like this and it works again: https://github.com/frandiox/vue-graphql-enterprise-boilerplate/commit/2837bcf8d1b9c1da8ff9a81ab9994b04fded874d
Fran Dios
12/11/2018, 6:03 AM
Not sure if the old way should still work… didn’t see anything related 🤷♂️
c
CCBCodeMonkey
12/11/2018, 6:12 AM
yea I actually figured it out,they changed their stuff around
CCBCodeMonkey
12/11/2018, 6:12 AM
I actually did something different than you, its kind of annoying stuff keeps changing from under me