SebasEC

Results 4 comments of SebasEC

> > > > Yes, same here... > > Some have found a workaround to be able to intercept the graphql errors? > > hi > I handled it using...

> > > > > > Yes, same here... > > > > Some have found a workaround to be able to intercept the graphql errors? > > > >...

> > > @SebasEC96 > move your code into the function > before return > > ``` > export default function ({ redirect }) { > const link = onError(({...

> FYI for gave up on Apollo and switched to this, works way better with Nuxt in my opinion: https://github.com/Gomah/nuxt-graphql-request It depends on your needs, it does not use the...