You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`args` - The return value of the `query` function for a given endpoint
85
-
-`api` - The `BaseQueryApi` object, containing `signal`, `dispatch`, `getState` and `extra` properties
85
+
-`api` - The `BaseQueryApi` object contains:
86
86
-`signal` - An [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) object that may be used to abort DOM requests and/or read whether the request is aborted.
87
+
-`abort` - The [`abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) method of the AbortController attached to `signal`.
87
88
-`dispatch` - The `store.dispatch` method for the corresponding Redux store
88
89
-`getState` - A function that may be called to access the current store state
89
90
-`extra` - Provided as thunk.extraArgument to the configureStore getDefaultMiddleware option.
91
+
-`endpoint` - The name of the endpoint.
92
+
-`type` - Type of request (`query` or `mutation`).
93
+
-`forced` - Indicates if a query has been forced.
90
94
-`extraOptions` - The value of the optional `extraOptions` property provided for a given endpoint
0 commit comments