This handles the tricky work of wrapping your REST API in GraphQL without rewriting everything at once. It uses Apollo's RESTDataSource to proxy existing endpoints, maps snake_case REST responses to proper GraphQL types, and includes DataLoader setup to prevent N+1 queries. The approach is practical: start with a thin GraphQL layer over REST, add caching where it matters, then migrate hot paths to direct database access when you're ready. Good for teams that want GraphQL's flexibility but can't afford a big bang rewrite. The code examples cover auth headers, response transformers, and nested resource resolution, which are the parts that usually trip people up.
npx -y skills add patricio0312rev/skills --skill rest-to-graphql-migrator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills