does anyone know if you can use `async/await` with...
# prisma-whats-new
c
does anyone know if you can use
async/await
with Graphcool funcs?
😅 1
a
You can't.
c
i guess it's a webtask limitation, yeah?
the node 4 😞
a
Yes, you get ES6 support by using
'use latest'
, but not ES7...
c
ok cool thanks. i'll just use promises