#
Interface: PrepareQuery<GeneratedSchema>#
Type parametersName | 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