How to use the new graphqlgen with the prisma clou...
# orm-help
n
How to use the new graphqlgen with the prisma cloud. Is there an example boilerplate available I tried bootstrapping a project with
npm init graphqlgen my-app
. There is no database in that more like dealing with inmemory stuff(arrays). I want to be able save stuff to the database on that note github.com/prisma/prisma-examples/tree/master/typescript-graphql-schema-delegation The newer examples are all based on setting up a docker environment. I maybe the only preferring using the demo server the prisma cloud because of the ease of use. I which one example came with such setup similar to the old github.com/graphql-boilerplates that even generated and endpoint as soon downloaded home the boilerplate project
Sorry didn't see that you included a section in the new prisma examples how to use the demo server instead of docker.