- Throw if error is not related to service identifier (#460)
- Fix resolver types (#513)
- Fix high memory usage on directive with arguments (#506)
- Fix an issue with overwritten scalar name (#497)
- NEW feature Mocking (#464).
-
- You can now mock every part of module;
Module.mock({ context: { foo: 'FOO' }})
- You can now mock every part of module;
- Use generic SchemaDirectiveVisitor typings
- Support exclusions from modules (#534)
- NEW hook ->
onError
(#535)