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 8eb2ef6 commit 8b510b4Copy full SHA for 8b510b4
docs/rtk-query/api/createApi.mdx
@@ -91,7 +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
+ - `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