Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v0.6.3
25 May 10:12
Compare
Sorry, something went wrong.
No results found
Fixed ResolveInfo::getFieldSelection() when using multiple fragments #39
v0.6.2
25 Apr 13:56
Compare
Sorry, something went wrong.
No results found
v0.6.1
20 Apr 12:06
Compare
Sorry, something went wrong.
No results found
Optimized implementation to interfaces using lazy loader.
Union types now accepting callback
v0.6.0
15 Apr 11:16
Compare
Sorry, something went wrong.
No results found
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
01 Apr 10:34
Compare
Sorry, something went wrong.
No results found
#30 Fixed recursion bug in ResolveInfo::getFieldSelection()
v0.5.8
12 Mar 08:09
Compare
Sorry, something went wrong.
No results found
#28 setDefaultResolveFn should be static
v0.5.7
27 Feb 06:34
Compare
Sorry, something went wrong.
No results found
Bugfix for #24 (ability to define interface fields as closure)
v0.5.6
24 Feb 17:27
Compare
Sorry, something went wrong.
No results found
Bugfix for #22 (Field definition for InputTypeObject does not work with callback function)
v0.5.5
21 Jan 10:13
Compare
Sorry, something went wrong.
No results found
Preserve original type configs for app-level metadata
v0.5.4
01 Jan 13:22
Compare
Sorry, something went wrong.
No results found
Fixed infinite loop when using recursive types and interfaces