does any one know if the next iteration of graphco...
# prisma-whats-new
m
does any one know if the next iteration of graphcool-framework will be serverless or more like graphql-yoga + prisma?
j
From my understanding, structurally it will be identical. However, you'll see things like the current internal query engine be replaced with Prisma
So, you'll keep the serverless stuff and such, but with newer code backing it up
m
okay cool - in that case I have mixed feelings about moving over to graphql-yoga as shown in this example https://www.howtographql.com/graphql-js/0-introduction/
because I don't want to re-write my functions only to do so again at a later tdate
*later date
j
I haven't worked with that aspect of Graphcool, so I can't really advise 😞
j
Long-term are you looking to self-host, or using GC Cloud?
Well, I suppose it doesn't really matter. I am curious how serverless functions would work if you self-host graphcool-framework (specifically the next-gen version)
m
I've never run my own production server before so I had been hoping to use the framework
j
Ah, sure. If I had to bet, the framework will probably be staying serverless. If you're wanting to stick with cloud, I'm not sure if it would make much sense to migrate until the cloud itself does anyhow.