Closed
Description
Describe the bug
In version 1.0.5 - you cannot extend an existing loader and overwrite deferred: { shouldThrowError: true }
To Reproduce
Steps to reproduce the behavior:
- Create a loader, and add
config: { deferred: { shouldThrowError: true } }
- Add deferred queries
- Extend said loader, and add
config: { deferred: { shouldThrowError: false } }
- See error
Expected behavior
The loader should not throw when the deferred query fails.
Actual behavior
The loader does throw an error when the deferred query fails.
Metadata
Metadata
Assignees
Labels
No labels