This pull request addresses the issue of ensuring that npx nx run twenty-front:graphql:generate and npx nx run twenty-front:graphql:generate --configuration=metadata commands are run to generate the necessary GraphQL files. This prevents changes from being missed and ending up in subsequent unrelated PRs. Changes: Added a step in the ci-server.yml workflow to check for pending GraphQL generation. If any GraphQL changes are detected, the CI will fail, and an error message will be displayed instructing the developer to run the necessary commands and commit the changes. This approach is similar to the existing TypeORM migration check and helps maintain consistency and correctness in the codebase. Issue Resolved: #9726 --------- Co-authored-by: Charles Bochet <charles@twenty.com>