Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v15.21.2
Fixed
- Add missing
isOneOf
to Introspection query #1729
v15.21.1
Fixed
- Output
@oneOf
directive in SchemaPrinter
#1727
v15.21.0
Added
- Add support for
@oneOf
input object directive - enables "input unions" where exactly one field must be provided #1715
v15.20.1
Fixed
- Avoid unnecessary
@throws
annotations for known correct configuration #1716
v15.20.0
Added
- Add keys
type
and unions
to ResolveInfo::getFieldSelectionWithAliases
result #1681
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