nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
929 stars 195 forks source link

Defining timeout and max connecion retries #501

Open RodrigoProjects opened 1 year ago

RodrigoProjects commented 1 year ago

Your use case

It is to my knowledge and reading the docs that I cannot change the timeout durantion or max retries parameter. Maybe I am no looking at the right place tho...

The solution you'd like

An options in the client to define the timeout and retry policy.

Possible alternatives

No response

Additional information

No response