We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extraOptions
createApi
1 parent 4fbd29f commit 9b64119Copy full SHA for 9b64119
docs/rtk-query/api/createApi.mdx
@@ -54,7 +54,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
54
`createApi` accepts a single configuration object parameter with the following options:
55
56
```ts no-transpile
57
- baseQuery(args: InternalQueryArgs, api: BaseQueryApi): any;
+ baseQuery(args: InternalQueryArgs, api: BaseQueryApi, extraOptions?: DefinitionExtraOptions): any;
58
endpoints(build: EndpointBuilder<InternalQueryArgs, TagTypes>): Definitions;
59
tagTypes?: readonly TagTypes[];
60
reducerPath?: ReducerPath;
0 commit comments