vuex-orm / plugin-graphql

Vuex ORM persistence plugin to sync the store against a GraphQL API.
https://vuex-orm.github.io/plugin-graphql/
MIT License
227 stars 52 forks source link

Fix reject on introspection failure #190

Open Boudewijn26 opened 2 years ago

Boudewijn26 commented 2 years ago

The error from a failure of introspection is never caught and passed unto the reject. This would cause an uncaught promise error which any user of vuex orm plugin graphql wouldn't be able to catch.

This most prominently presents itself when the page can't reach the graphql endpoint at all.