vendure-graphql-writing
✓Extend Vendure GraphQL schema with custom types, queries, mutations, and resolvers. Handles RequestContext threading, permissions, and dual Shop/Admin API separation. Use when adding GraphQL endpoints to Vendure.
Installation
SKILL.md
Guide creation of GraphQL schema extensions and resolvers in Vendure following official patterns.
| Resolver not called | Not in resolvers array | Add to adminApiExtensions.resolvers | | Permission denied | Missing @Allow | Add @Allow(Permission.X) decorator | | Type error | Schema/TypeScript mismatch | Regenerate types with codegen | | ctx undefined | Missing @Ctx() decorator | Add @Ctx() ctx: RequestContext |
| Mutation not saving | Missing @Transaction() | Add @Transaction() decorator |
Extend Vendure GraphQL schema with custom types, queries, mutations, and resolvers. Handles RequestContext threading, permissions, and dual Shop/Admin API separation. Use when adding GraphQL endpoints to Vendure. Source: meriley/claude-code-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/meriley/claude-code-skills --skill vendure-graphql-writing- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is vendure-graphql-writing?
Extend Vendure GraphQL schema with custom types, queries, mutations, and resolvers. Handles RequestContext threading, permissions, and dual Shop/Admin API separation. Use when adding GraphQL endpoints to Vendure. Source: meriley/claude-code-skills.
How do I install vendure-graphql-writing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/meriley/claude-code-skills --skill vendure-graphql-writing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/meriley/claude-code-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01