Properly handle and display errors for GQL mutators
While working on haskell-gargantext#400 , I have added stricter policy checks around the GQL API, and in particular the update_node_category
mutator. However, it seems like the frontend will currently silently fail and swallow any error that the GQL might return:
We should probably extend the frontend so that it renders them properly?