Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Node IDs in dependent steps & run response middleware on partial success #216

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

JohnStarich
Copy link
Member

@JohnStarich JohnStarich commented Aug 21, 2024

  • Add failing test for partial success with unresolved Node IDs
  • Resolve Node IDs in dependent steps, even on partial successes
  • Add failing test for partial success not scrubbing unrequested fields from response
  • Fix builtin middleware not running on partial success

Fixes #214

@JohnStarich JohnStarich merged commit 0ac544a into master Aug 21, 2024
6 of 7 checks passed
@JohnStarich JohnStarich deleted the bugfix/resolve-successful-nodes branch August 21, 2024 22:15
@JohnStarich
Copy link
Member Author

Cutting a new minor release (v0.4.0) since existing implementations may assume the response middleware does not run on errors.

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.

Partial success between steps fails to run next step, even with Node id available
1 participant