What if I don’t want to make another resolver. The functions I’m trying to use are utility functions they do not require database queries, for example calculating derived data from a given model or returning a static object or value in multiple files.
m
max
01/20/2018, 8:49 AM
@magus no dice I think. I think it's the way the system is setup up right now
max
01/20/2018, 8:50 AM
you might be able to create your own server using graphql-yoga + prisma. Then you could import your own modules
m
magus
01/21/2018, 7:00 AM
Thanks ya that’s what it seemed like to me as well. Oh well...could be an opportunity for some bundler framework to improve the experience.