Anyone using flow in their backend graphcool funct...
# prisma-whats-new
b
Anyone using flow in their backend graphcool functions?
o
I doubt its supported for graphcool, is it? You probably have to strip flow types before deploy
b
Sweet, I've been cleared to use Typescript now anyways haha
o
as I can see graphcool transpiles files before deploying them. So creating custom babel config(via .babelrc) may help.