FetchEngine instance
Request path (appended to engine's baseUrl)
Optionaloptions: QueryOptions<H, P, E>Query options (defaults, reactive, skip, pollInterval, invalidateOn)
Optionalobserver: ObserverEngine<E>Optional ObserverEngine for invalidateOn support
Apollo-style query hook — auto-fetches on mount, re-fetches when reactive config changes. Returns
{ data, loading, error, refetch, cancel }.datais the parsed response body (not the full FetchResponse).