Laravel Lighthouse GraphQL backend conventions for schema, directives, resolvers, and schema sync in backend/. Use when editing backend GraphQL schema or resolver classes.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.