SKILL.md
Graphql Backend
Overview
Follow the project's Laravel Lighthouse GraphQL conventions for backend schema and resolvers.
Guidelines
- Read
references/graphql-backend.mdbefore editing schema or resolvers. - Apply the conventions to files under
backend/graphqlandbackend/app/GraphQL. - After schema changes, sync the frontend schema using the documented command.