AgentSkillsCN

graphql-backend

为 Laravel Lighthouse GraphQL 后端开发制定规范,涵盖 Schema、Directive、Resolver 以及后端的 Schema 同步流程。当您编辑后端的 GraphQL Schema 或 Resolver 类时,此技能将为您提供专业指导。

SKILL.md
--- frontmatter
name: graphql-backend
description: Laravel Lighthouse GraphQL backend conventions for schema, directives, resolvers, and schema sync in backend/. Use when editing backend GraphQL schema or resolver classes.

Graphql Backend

Overview

Follow the project's Laravel Lighthouse GraphQL conventions for backend schema and resolvers.

Guidelines

  • Read references/graphql-backend.md before editing schema or resolvers.
  • Apply the conventions to files under backend/graphql and backend/app/GraphQL.
  • After schema changes, sync the frontend schema using the documented command.