LearnNewsExamplesServices
Frontmatter
id7757
titleOptimize GraphQL responses for `ADD_BLOCKED_BY` and `REMOVE_BLOCKED_BY` mutations
stateClosed
labels
bugai
assigneestobiu
createdAtNov 12, 2025, 3:18 PM
updatedAtNov 12, 2025, 10:15 PM
githubUrlhttps://github.com/neomjs/neo/issues/7757
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 12, 2025, 10:15 PM

Optimize GraphQL responses for ADD_BLOCKED_BY and REMOVE_BLOCKED_BY mutations

Closed v11.2.0 bugai
tobiu
tobiu commented on Nov 12, 2025, 3:18 PM

The current GraphQL mutations for ADD_BLOCKED_BY and REMOVE_BLOCKED_BY in ai/mcp/server/github-workflow/services/queries/mutations.mjs fetch up to 100 child issues in their responses. This can be overly expensive and is likely unnecessary for the immediate confirmation of the mutation. The responses should be optimized to fetch only the essential information needed to confirm the success of the operation, such as the issue numbers involved.

tobiu added the bug label on Nov 12, 2025, 3:18 PM
tobiu added the ai label on Nov 12, 2025, 3:18 PM
tobiu cross-referenced by PR #7753 on Nov 12, 2025, 3:22 PM
tobiu assigned to @tobiu on Nov 12, 2025, 10:14 PM
tobiu referenced in commit ad67e12 - "Optimize GraphQL responses for ADD_BLOCKED_BY and REMOVE_BLOCKED_BY mutations #7757" on Nov 12, 2025, 10:15 PM
tobiu closed this issue on Nov 12, 2025, 10:15 PM