Release 0.7.0
What's Changed
Features
- Replaces
PreResolvingField
withManuallyOptimizedField
. This field allows for fully custom optimization strategies. - Adds a
optimization_hook
method-hook that the optimizer looks for in ObjectType Fields. This method can be used to alter how custom fields behave with the optimizer.
Automated
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #109
Full Changelog: v0.6.3...v0.7.0