Bug fixes
- Fixes an issue that resulted in GraphQL request handlers not annotating the mocked response structure based on the given generic type (#587).
- Fixes an issue when a one-time request handler (
res.once
) affected multiple matching requests made in parallel (#583). - Properly exports the renamed
OnUnhandledRequest
type as the newUnhandledRequestStrategy
type (#577).