Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v14.11.4
Fixed
- Fix repeatable directive validation for AST
v14.11.3
Fixed
- Fix compatibility of more methods with native return type in PHP 8.1
v14.11.2
Fixed
- Support non-JSON
ServerRequestInterface
v14.11.1
Fixed
- Fix compatibility of methods with native return type in PHP 8.1
v14.11.0
Feat:
- Allow field definitions to be defined as any
iterable
, not just array
v14.10.0
Feat:
- Make
IntType
constants MAX_INT
and MIN_INT
public
v14.9.0
Feat:
- Add support for type config decorator in
SchemaExtender
v14.8.0
Feat:
- Implement
GraphQL\Utils\AST::getOperationAST()
v14.7.0
Feat:
- Allow providing field definitions as a callable and resolve them lazily
v14.6.4
Fix:
- Avoid crashing in
QueryPlan
when __typename
is used in the query