gql-api
Installation
SKILL.md
Hashnode GraphQL API
A GraphQL API (Apollo Server) for publishing and managing content on Hashnode: posts, drafts, publications, users, tags, series, and comments. This skill tells an agent how to talk to it correctly — endpoint, auth, which operations need a Pro plan, the limits that cause requests to fail, and where to find the full field-level reference.
Endpoint
| Environment | URL | Path |
|---|---|---|
| Production | https://gql-beta.hashnode.com |
/ (POST GraphQL here) |
| Local dev | http://localhost:8080 |
/graphql |
Standard GraphQL over HTTP POST with a JSON body ({ "query": "...", "variables": {...} }).
Introspection is enabled, so the schema is browsable from any GraphQL IDE.