is it possible somehow with graphql/apollo to create new Type instance with content from existing one, "template style" ? Would like to do this without data roundtrip?
haha you're everywhere 🙂 what I didn't know at the time was that I needed custom resolvers for this... I was just using the basic CRUD on Prisma demo server
zonofthor
05/18/2018, 8:41 PM
so I'm trying to find out if I can build a GraphQL server on a demo server... baby steps, learning by mistakes here!