Improve error handling
jpcloureiro opened this issue · 0 comments
jpcloureiro commented
Instead of throwing errors, return an object { data: any, error?: string }
, for example.
Implementation should follow apollo lib design.
jpcloureiro opened this issue · 0 comments
Instead of throwing errors, return an object { data: any, error?: string }
, for example.
Implementation should follow apollo lib design.