I'm having a hard time debugging async/await in Graphcool Framework. Functions only return "Process exited before completing request", but same code works perfectly fine in NodeJS scripts.
Here is a Gist I created with code working fine, except in a resolver :
https://gist.github.com/THook/a83e957d85cd45e801a600def352e418
Any idea?