UseQuery Issue
Hey All,
I'm following the doc - https://docs.convex.dev/functions/query-functions#query-context
my convex function
calling from frontend-
But getting an error -
Expected 1 arguments, but got 2.ts(2554)
Queries | Convex Developer Hub
Queries are the bread and butter of your backend API. They fetch data from the
2 Replies
@Vignesh Gupta maybe you want
useQuery
not useQueries
Oh! thanks!