Skip to content

Conversation

@nickwesselman
Copy link
Contributor

@nickwesselman nickwesselman commented Dec 6, 2025

WHY are these changes introduced?

To improve the formatting of app bulk execute status messaging when --watch is used.

WHAT is this pull request doing?

  • Adds the type field to all bulk operation GraphQL queries and mutations
  • Updates the generated TypeScript types to include the new BulkOperationType enum
  • Improves the bulk operation status formatting to differentiate between query and mutation operations
  • Updates status messages to be more specific about whether objects are being read (for queries) or written (for mutations)

How to test your changes?

  1. Run a bulk operation query and verify that the type field is returned
  2. Run a bulk operation mutation and verify that the type field is returned
  3. Check that the status messages correctly show "objects read" for queries and "objects written" for mutations
  4. Verify that all tests pass with the updated formatting

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes

Copy link
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nickwesselman nickwesselman marked this pull request as ready for review December 6, 2025 01:07
@nickwesselman nickwesselman requested a review from a team as a code owner December 6, 2025 01:07
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2025

We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run pnpm changeset add to track your changes and include them in the next release CHANGELOG.

Caution

DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release.

Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant