Industrial
11/21/2018, 8:56 AMgraphqlgen
has been released but I have some problems with it.Industrial
11/21/2018, 8:57 AMnpm init graphqlgen my-app
cd my-app
npm start
Industrial
11/21/2018, 9:00 AMgraphqlgen
ties into Prisma. It seems to be a replacement for Prisma, as it has it's own server, and a lot more files then only the datamodel file ..nikolasburk
graphqlgen
is not a replacement for Prisma, it's "just" a tool that helps you implement your GraphQL resolvers in a type-safe way. It can be used with or without Prisma! You can find more info in the intro blog post: https://www.prisma.io/blog/graphqlgen-fj3s0ssc1jsx