React HooksFunctionsuseQueryOn this pageuseQuery() Call Signature function useQuery<RowType>( query, parameters?, options?): QueryResult<RowType> A hook to access the results of a watched query. Type Parameters Type ParameterDefault typeRowTypeany Parameters