The configuration object to apply to the Fetch.
Similar to the Fetch API, the parameters here will be applied to the as-fetch Request being sent in the fetch call.
as-fetch
Request
fetch
The backend the request should be sent to.
An optional CacheOverride to applied to the request.
Generated using TypeDoc
The configuration object to apply to the Fetch.
Similar to the Fetch API, the parameters here will be applied to the
as-fetch
Request
being sent in thefetch
call.