LearnNewsExamplesServices
Frontmatter
titleOptimizes ADD_SUB_ISSUE and REMOVE_SUB_ISSUE mutations
authorMannXo
stateMerged
createdAtNov 12, 2025, 11:26 AM
updatedAtNov 12, 2025, 3:27 PM
closedAtNov 12, 2025, 3:27 PM
mergedAtNov 12, 2025, 3:27 PM
branchesdevenhancement/optimize-subissue-mutations
urlhttps://github.com/neomjs/neo/pull/7754
Merged
MannXo
MannXo commented on Nov 12, 2025, 11:26 AM

Summary:

Optimizes ADD_SUB_ISSUE and REMOVE_SUB_ISSUE GraphQL 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)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills this requirement:

  • It's submitted to the dev branch, not the main branch

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

tobiu
tobiu commented on Nov 12, 2025, 3:26 PM

Input from Gemini 2.5 pro:

✦ This PR correctly optimizes the ADD_SUB_ISSUE and REMOVE_SUB_ISSUE mutations by removing the unnecessary fetching of sub-issues in the response payload. This is a good improvement for performance and API efficiency.

LGTM!