is it possible somehow with graphql/apollo to crea...
# orm-help
z
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?
n
z
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
so I'm trying to find out if I can build a GraphQL server on a demo server... baby steps, learning by mistakes here!