© 2026 Hedgehog Software, LLC
async function handler() { const response = await api.example.hello.useQuery() // more like a fetch then a react hook. console.log(response) }