OptionalenabledSet to false to skip the request entirely.
Useful for conditional fetching (e.g. when an ID is not yet known).
Defaults to true.
OptionalrefreshRe-fetch on this interval in milliseconds. The interval is cleared on unmount or when deps change.
OptionalretryNumber of times to retry on error, with exponential backoff (100ms base).
Defaults to 0 (no retries). AbortError is never retried.
Options supported by all data-fetching hooks.