Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
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
v15.12.5
Fixed
- Avoid infinite recursion in
QueryDepth
validator #1581
v15.12.4
Fixed
- Ensure unaliasedPath does not grow for each list item #1579
v15.12.3
Fixed
- Avoid crash by triggering side effect via
count
on PHPUnit\Framework\Test
#1577
v15.12.2
Changed
- Optimize and deduplicate ReferenceExecutor #1572
v15.12.1
Fixed
- Remove redundant code in
ReferenceExecutor
#1570
v15.12.0
Added
- Add property
unaliasedPath
to ResolveInfo
#1548
v15.11.2
Fixed
- Fix
ScopedContext
for mutations #1549