Interface: UseQuery<GeneratedSchema>#
Type parameters#
| Name | Type | 
|---|---|
GeneratedSchema | object | 
GeneratedSchema.query | object | 
Callable#
â–¸ UseQuery(options?: UseQueryOptions<GeneratedSchema>): UseQueryReturnValue<GeneratedSchema>
Parameters:#
| Name | Type | 
|---|---|
options? | UseQueryOptions<GeneratedSchema> | 
Returns: UseQueryReturnValue<GeneratedSchema>
Defined in: react/src/query/useQuery.ts:42