Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v15.19.1
Fixed
- Handle fields that return lists in
ResolveInfo::getFieldSelectionWithAliases
#1664
v15.19.0
Added
- Add method
getFieldSelectionWithAliases
to class ResolveInfo
#1648
v15.18.1
Fixed
- Reset static caches of instances using standard types when overriding them #1632
v15.18.0
Added
- Propagate error messages of client-safe exceptions during
parseValue
#1624
v15.17.0
Added
- Allow customizing PhpEnumType #1623
v15.16.1
Fixed
- Make field args mapper optional #1622
v15.16.0
Added
- Create field args mapper and cache args resolution #1587
v15.15.0
Added
- Add field config decorator when building schema from SDL #1590
v15.14.3
Fixed
- Serialize
BackedEnum
instances by name, not value #1618
v15.14.2
Changed
- Annotate return value of
Helper::validateOperationParams
as list #1615