Documentation Index
Fetch the complete documentation index at: https://kubo-47e69177.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
useActionQuery
Signature
packages/query/src/useActionQuery.ts
Required options
| Option | Type | Notes |
|---|---|---|
input | TInput | Input passed to the action |
queryKey | QueryKey | React Query cache key |
readPolicy | "read-only" | Required guardrail |
Behavior
- Throws if
readPolicyis not"read-only". - Calls action inside
queryFn. - Passes all other options to
useQuery.
Example
components/todo-list.tsx