Moritz
08/15/2018, 9:13 AMnilan
08/15/2018, 10:44 AM200
, even for application or authorization errors.
Nevertheless, you can simply add that kind of error handling logic on the express layer, not the yoga layer, as you would do with any other express server (using a middleware, I suppose).Moritz
08/15/2018, 10:54 AMMoritz
08/15/2018, 12:51 PMcontext.response.status(401);
in my resolver. Thanks again!