Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
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
v15.11.1
Fixed
- Count new lines when parsing multi-line comments #1538
v15.11.0
Changed
- Allow scalars from
BuildClientSchema
to have any type #1536