Skip to content

v0.7.6

Compare
Choose a tag to compare
@ardatan ardatan released this 02 Jul 00:39
· 1778 commits to master since this release
  • 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' }})
  • Use generic SchemaDirectiveVisitor typings
  • Support exclusions from modules (#534)
  • NEW hook -> onError (#535)