Mintbase/mintbase-js

Improve error handling

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.