Frontmatter
| title | Optimizes ADD_SUB_ISSUE and REMOVE_SUB_ISSUE mutations |
| author | MannXo |
| state | Merged |
| createdAt | Nov 12, 2025, 11:26 AM |
| updatedAt | Nov 12, 2025, 3:27 PM |
| closedAt | Nov 12, 2025, 3:27 PM |
| mergedAt | Nov 12, 2025, 3:27 PM |
| branches | dev ← enhancement/optimize-subissue-mutations |
| url | https://github.com/neomjs/neo/pull/7754 |
Merged

tobiu
commented on Nov 12, 2025, 3:26 PM
Input from Gemini 2.5 pro:
✦ This PR correctly optimizes the
ADD_SUB_ISSUEandREMOVE_SUB_ISSUEmutations by removing the unnecessary fetching of sub-issues in the response payload. This is a good improvement for performance and API efficiency.LGTM!
Summary:
Optimizes
ADD_SUB_ISSUEandREMOVE_SUB_ISSUEGraphQL mutations by removing unnecessary data from response payloads, improving performance and reducing API costs.Does this PR resolve an issue? (Required)
Closes #7750
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills this requirement:
devbranch, not themainbranchIf adding a new feature, the PR's description includes:
Other information: