| 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.