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.
1 parent a877759 commit 8eb2ef6Copy full SHA for 8eb2ef6
docs/rtk-query/api/createApi.mdx
@@ -91,6 +91,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
91
- `endpoint` - The name of the endpoint.
92
- `type` - Type of request (`query` or `mutation`).
93
- `forced` - Indicates if a query has been forced.
94
+ - `queryCacheKey`- The computed query cache key
95
- `extraOptions` - The value of the optional `extraOptions` property provided for a given endpoint
96
97
#### baseQuery function signature
0 commit comments