Skip to content

Commit dab301b

Browse files
authored
docs: add extra parameter (#1649)
1 parent 9e7fe2c commit dab301b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/rtk-query/api/createApi.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
7676
- `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.
7777
- `dispatch` - The `store.dispatch` method for the corresponding Redux store
7878
- `getState` - A function that may be called to access the current store state
79+
- `exta` - Provided as thunk.extraArgument to the configureStore getDefaultMiddleware option.
7980
- `extraOptions` - The value of the optional `extraOptions` property provided for a given endpoint
8081

8182
#### baseQuery function signature

0 commit comments

Comments
 (0)