-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Labels
Description
Feature Description
The resolveResponses
option has been introduced to fix the responses resolving step, but it will automatically inline responses, which we not always want to.
Use Case
Being able to resolve responses without inlining them.
Suggested Solution (optional)
To support both use cases, we may want to make the resolveResponses
option resolve responses, but not inlining responses by default, and introduce resolveResponsesFully
which will do the same but also inlining responses (what is currently done by the resolveResponses
option).
Alternatives Considered
None :/
Additional Context
Checklist
- I have searched the existing issues to ensure this is not a duplicate.
- This feature would be useful to more than just my use case.
- I have provided enough detail for the maintainers to understand the scope of the request.