Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
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
v15.14.1
Changed
- Narrow type of execution errors from
array
to list
#1597
v15.14.0
Added
- Allow native PHP enums as return values for SDL-based enums #1608
v15.13.0
Added
- Serialize valid
\BackedEnum
values in GraphQL\Type\Definition\PhpEnumType
#1604