[Vue] Introduce global handling of loading and error status for Apollo queries
Apollo has global attributes that indicate when a query is loading or finished with errors.
The loading state could be indicated using https://vuetifyjs.com/en/components/progress-linear/#toolbar-loader.
Errors could be indicated through a snackbar.