API Reference / @modelence/react-query / createQueryKeyDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
createQueryKey<Defined in: index.ts:279 Utility function to create query keys for manual cache operationsT,U>(methodName,args):ModelenceQueryKey<T,U>
Example
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends string | - |
U extends Args | Args |
Parameters
| Parameter | Type | Description |
|---|---|---|
methodName | T | The method name |
args | U | The arguments |
Returns
ModelenceQueryKey<T, U>
Typed query key