Frontmatter
| id | 7758 |
| title | Extract inline GraphQL queries from `IssueService.mjs` to `queries` folder |
| state | Closed |
| labels | airefactoring |
| assignees | [] |
| createdAt | Nov 12, 2025, 3:18 PM |
| updatedAt | Nov 13, 2025, 11:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7758 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 13, 2025, 11:28 AM |
The
IssueService.mjsfile currently contains inline GraphQL query definitions within the#handleBlockedByRelationshipmethod. To maintain a clean separation of concerns and adhere to existing conventions, these inline queries should be extracted into dedicated query files within theai/mcp/server/github-workflow/services/queriesfolder.