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