Skip to content

Commit 8eb2ef6

Browse files
committed
add entry for queryCacheKey in createApi docs
1 parent a877759 commit 8eb2ef6

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
@@ -91,6 +91,7 @@ export const { useGetPokemonByNameQuery } = pokemonApi
9191
- `endpoint` - The name of the endpoint.
9292
- `type` - Type of request (`query` or `mutation`).
9393
- `forced` - Indicates if a query has been forced.
94+
- `queryCacheKey`- The computed query cache key
9495
- `extraOptions` - The value of the optional `extraOptions` property provided for a given endpoint
9596

9697
#### baseQuery function signature

0 commit comments

Comments
 (0)