adding-entity-types

Official

Automate full entity lifecycles end-to-end.

Authorsaleor
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Guides the complete implementation of new Saleor entity types, including schemas, GraphQL operations, repository/service layers, bulk mutations, tests, and deployment pipeline integration.

Core Features & Use Cases

  • Zod schemas: Strong runtime/type-safe validation.
  • GraphQL operations: Typed queries and mutations.
  • Repository pattern: Clear data access layer.
  • Bulk mutations: Efficient large-scale operations.
  • Tests: Unit and integration tests covering new entities.
  • Deployment integration: Pipeline steps to deploy new entities.

Quick Start

Create a new entity type by defining its schema, GraphQL operations, repository, service, tests, and a deployment stage, following the 7-step workflow presented.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: adding-entity-types
Download link: https://github.com/saleor/configurator/archive/main.zip#adding-entity-types

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository