Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v15.22.0
Added
- Add argument
includeDeprecated
to introspection field __Directive.args
0dd0367
Changed
- Make all
includeDeprecated
arguments in introspection fields non-nullable with default value false
851ddb5
v15.21.3
Fixed
- Make querying
isOneOf
optional in Introspection query #1737
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