AI AGENT ADDONS
Backend & APIs
31,307installs

GraphQL APIs let apps request exactly the data they need. This skill helps you build those APIs with the Go programming language. It supports two popular libraries: gqlgen and graphql-go.

You start by writing a schema file in SDL format. Then you code Go resolvers to fetch the real data. The skill also covers pagination, nullability rules, and batch loading to avoid slow queries.

Developers who use Claude Code or similar AI tools can run this skill to generate code, review pull requests, or add new features to a GraphQL server.

Add Golang Graphql skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-graphql

Project

mkdir -p .claude/skills/golang-graphql

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago