Anybody get the graphcool framework resolvers to work with a windows machine? I keep getting a code: 5000 error for even the hello.js/.graphql in the tutorial... But the models and CRUD api are functional.
Found the fix for anyone who seaches slack: ...In Windows the yml file cannot find the files if they are not in the same folder (even in 0.9.1). See end of this post:
https://www.bountysource.com/issues/50759930-function-invocation-broken-on-windows
FIX: Move all resolver functions to the same folder as yml file.