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