official_dulin
official_dulin
> https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL_static > > The revokeObjectURL() static method of the [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) interface releases an existing object URL which was previously created by calling [URL.createObjectURL()](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static). > > Call this method when...
My case is when I use schema stitching, here is my code: ```ts const http = ApolloLink.from([ new RetryLink({ attempts: { max: 5, retryIf: (error, operation: Operation) => { logger.error(`retry...