Frontmatter
| id | 7594 |
| title | Migrate SyncService to GraphQL |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 21, 2025, 1:08 PM |
| updatedAt | Oct 21, 2025, 9:15 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7594 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7590 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 21, 2025, 9:15 PM |
This is the largest part of the GraphQL migration, focusing on the complete refactoring of the
SyncServiceto use the newGraphqlService.Acceptance Criteria
#pullFromGitHubmethod is rewritten to use a single, comprehensive GraphQL query that fetches a batch of issues along with their nested data, including labels, assignees, comments, and issue relationships (parent, children, blocking, blockedBy).#pushToGitHubmethod is rewritten to use a GraphQL mutation to update issue titles and bodies.#fetchAndCacheReleasesmethod is rewritten to use a GraphQL query.#ghCommandhelper method is removed from the service.