Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
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
v15.10.0
Changed
- The standard server now produces distinct exception classes instead of generic
RequestError
#1533
v15.9.1
Fixed
- Allow enum instances in
PhpEnumType::parseValue()
#1519
v15.9.0
Added
- Support
react/promise
v3 #1517
v15.8.1
Fixed
- Correctly print deprecated argument with default value #1491
v15.8.0
Added
- Early return when complexity is disabled #1475
- Allow access to calculated query complexity #1475
Fixed
- Fix PHPStan definition for
SchemaConfig
option types
#1479
v15.7.0
Added
- Control field visibility through option
visible
#1434
v15.6.3
Fixed
- Fix printing of single line descriptions with Unicode #1436
v15.6.2
Fixed
- Avoid instantiations when checking if types are built-in #1423