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.
2 parents 390dcb3 + 9b64119 commit 02808abCopy full SHA for 02808ab
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