We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cfc9b commit 7e6d4efCopy full SHA for 7e6d4ef
UploadHttpLink.mjs
@@ -68,8 +68,9 @@ export default class UploadHttpLink extends ApolloLink {
68
* @param {BaseHttpLink.Printer} [options.print] Prints the GraphQL query or
69
* mutation AST to a string for transport. Defaults to
70
* {@linkcode defaultPrinter}.
71
- * @param {typeof fetch} [options.fetch] [`fetch`](https://fetch.spec.whatwg.org)
72
- * implementation. Defaults to the {@linkcode fetch} global.
+ * @param {typeof fetch} [options.fetch]
+ * [`fetch`](https://fetch.spec.whatwg.org) implementation. Defaults to the
73
+ * {@linkcode fetch} global.
74
* @param {RequestInit} [options.fetchOptions] `fetch` options; overridden by
75
* upload requirements.
76
* @param {string} [options.credentials] Overrides
0 commit comments