primary-violetP
Refine3y ago
3 replies
primary-violet

resource control

i have following useMany hook that i don't want to use the resource url, i want to fetch from specific url, how do i do that
const { data, isLoading, isError } = useMany<IWard, HttpError>({
resource: "products",
ids: districts.map(district => district.DistrictID),
});
Was this page helpful?