apollo-link-timeout
apollo-link-timeout copied to clipboard
have a timeout function
We integrate a number of endpoints on our api. Some endpoints are slower than others. I would ideally like to be able to have a function that allows me to return the appropriate timeout depending on the query / mutation.
+1 on this, would be great if we can have this.
Adding context={{ timeout: 3000 }} actually works to modify the default timeout. :)