Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v0.6.4
- Removed memoization on executor resolveField (see #43)
v0.6.3
- Fixed
ResolveInfo::getFieldSelection()
when using multiple fragments #39
v0.6.1
- Optimized implementation to interfaces using lazy loader.
- Union types now accepting callback
v0.6.0
- Complexity and Depth Query Security
- Add accessors to ease rules management
- Replace self by static on public methods to help extending DocumentValidator class
- Use PSR-4 Autoloader
v0.5.9
#30 Fixed recursion bug in ResolveInfo::getFieldSelection()
v0.5.8
- #28 setDefaultResolveFn should be static
v0.5.7
Bugfix for #24 (ability to define interface fields as closure)
v0.5.6
Bugfix for #22 (Field definition for InputTypeObject does not work with callback function)
v0.5.5
Preserve original type configs for app-level metadata