Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
constructive-io avatar

Hooks Objects

  • 2 installs
  • 52 repo stars
  • Updated August 5, 2026
  • constructive-io/constructive

React Query hooks for the objects API providing typed query and mutation hooks for 5 tables and 4 custom operations.

About

hooksobjects React Query hooks for the objects API provide typed query and mutation hooks for 5 tables and 4 custom operations.. Enables frontend access to object endpoints.

  • Typed hooks for object entities
  • React Query integration for objects API

Hooks Objects by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,862 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/constructive-io/constructive --skill hooks-objects

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars52
Last updatedAugust 5, 2026
Repositoryconstructive-io/constructive

What it does

React Query hooks for the objects API providing typed query and mutation hooks for 5 tables and 4 custom operations.

Files

SKILL.mdMarkdownGitHub ↗

hooks-objects

<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->

React Query hooks for the objects API — provides typed query and mutation hooks for 5 tables and 4 custom operations

Usage

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

// Query hooks: use<Model>Query, use<Model>sQuery
// Mutation hooks: useCreate<Model>Mutation, useUpdate<Model>Mutation, useDelete<Model>Mutation
// Bulk mutation hooks (when enabled): useBulkCreate<Model>Mutation, useBulkUpsert<Model>Mutation, etc.

const { data, isLoading } = useGetAllQuery({
  selection: { fields: { id: true } },
});

Examples

Query records

const { data, isLoading } = useGetAllQuery({
  selection: { fields: { id: true } },
});

References

See the references/ directory for detailed per-entity API documentation:

  • get-all-record
  • ref
  • store
  • object
  • commit
  • init-empty-repo
  • set-data-at-path
  • insert-node-at-path
  • provision-bucket

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.