Communityv1.0.2

GraphQL

Designs, debugs, and hardens GraphQL schemas, resolvers, and clients: N+1 batching, nullability, cost limits, subscriptions, federation. Use when writing or reviewing a schema, SDL, or resolvers; when a query is slow or fires hundreds of database queries; when the response says "Cannot return null for non-nullable field", comes back with an errors array, or nulls a whole branch; when designing mutations, cursor pagination, custom scalars, unions, or input types; when an Apollo, Relay, or urql cache will not update after a mutation; when subscriptions drop or never fire; when adding depth, alias, complexity, or persisted-query limits, disabling introspection, or masking errors; when a schema change breaks clients; or when composing Apollo Federation subgraphs and entity references. Not for consuming someone else's GraphQL API (api) or for designing REST endpoints (rest-api).

2.7kdownloads2starsIván
View on ClawHubBack to Skills

Skill Details

Slug
graphql
Latest Version
1.0.2
Author
Iván
Published
Feb 10, 2026
Updated
Jul 26, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for GraphQL.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.2

Full coverage pass: deeper guides, situation-named files, and per-user configuration