Interface: PrepareQuery<GeneratedSchema>#
Type parameters#
| Name | Type | 
|---|---|
GeneratedSchema | object | 
GeneratedSchema.query | object | 
Callable#
â–¸ PrepareQuery<TFunction>(fn: TFunction): PreparedQuery<GeneratedSchema, TFunction>
Type parameters:#
| Name | Type | 
|---|---|
TFunction | (query: GeneratedSchema[query], args: any) => any | 
Parameters:#
| Name | Type | 
|---|---|
fn | TFunction | 
Returns: PreparedQuery<GeneratedSchema, TFunction>
Defined in: react/src/query/preparedQuery.ts:47