| name | hooks-infra |
| description | React Query hooks for the infra API — provides typed query and mutation hooks for 10 tables and 4 custom operations |
hooks-infra
React Query hooks for the infra API — provides typed query and mutation hooks for 10 tables and 4 custom operations
Usage
import { useDbPresetsQuery } from './hooks';
const { data, isLoading } = useDbPresetsQuery({
selection: { fields: { id: true } },
});
Examples
Query records
const { data, isLoading } = useDbPresetsQuery({
selection: { fields: { id: true } },
});
References
See the references/ directory for detailed per-entity API documentation: