hooks-auth

Installation
SKILL.md

hooks-auth

React Query hooks for the auth API — provides typed query and mutation hooks for 9 tables and 28 custom operations

Usage

// Import hooks
import { useEmailsQuery } from './hooks';

// Query hooks: use<Model>Query, use<Model>sQuery
// Mutation hooks: useCreate<Model>Mutation, useUpdate<Model>Mutation, useDelete<Model>Mutation

const { data, isLoading } = useEmailsQuery({
  selection: { fields: { id: true } },
});
Installs
1
GitHub Stars
46
First Seen
May 9, 2026
hooks-auth — constructive-io/constructive