graphql-tools
Version:
A set of useful GraphQL tools
17 lines (9 loc) • 418 B
Markdown
# Changelog
### v0.5.3
* Fix a bug with addSchemaLevelResolveFunction. It now runs once per tick (PR #91)
### v0.5.2
* Add addSchemaLevelResolveFunction to exports
* Remove dist folder before prepublish to make sure files deleted in source are not included in build
### v0.5.1
* Updated GraphQL dependency to 0.6.0
* Removed all tracer code, including `Tracer`, `addTracingToResolvers` and `decorateWithTracer`