does anyone know if I can use Promise.all in a gra...
# prisma-whats-new
t
does anyone know if I can use Promise.all in a graphcool function?
m
framework
inline resolvers use
async/await
functionality out of the box. Using
Promise.all
shouldn’t be a problem 🙂
👍 1