constructive-graphql

Installation
SKILL.md

Constructive GraphQL

The complete GraphQL layer for Constructive: design your database → run codegen → query via typed SDK. Covers code generation, runtime query building, search across all algorithms, pagination, and documentation generation.

When to Apply

Use this skill when:

  • Code generation: Generating React Query hooks, ORM client, CLI, or documentation from a GraphQL schema
  • Querying: Using the generated ORM or hooks to fetch, mutate, paginate, or search data
  • Search: Adding or querying any search strategy (tsvector, BM25, trgm, pgvector, PostGIS) or the unified unifiedSearch/searchScore system
  • Runtime queries: Building GraphQL queries dynamically at runtime (browser-safe graphql-query package)
  • Schema export: Exporting GraphQL SDL from a database or endpoint

The Flow

Installs
8
First Seen
Mar 19, 2026
constructive-graphql — constructive-io/constructive-skills