Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v15.6.1
Fixed
- Allow lazy root type callables to return
null
#1422
v15.6.0
Added
- Allow lazy root types
query
, mutation
, subscription
#1418
v15.5.3
Fixed
- Also set
queryId
from Apollo-source sha256Hash
if query
is provided #1412
v15.5.2
Fixed
- Do not set raw vars on query complexity rule if no validation rules are used #1413
v14.11.10
Fixed:
- Fix PHP 8.2 deprecated string interpolation syntax
- Fix PHP 8.2 deprecated dynamic properties
v15.5.1
Fixed
- Remove useless and broken
Parser::document()
, use parse()
v15.5.0
Added
- Add
ScopedContext
interface to control cloning of the context value
v15.4.0
Added
- Allow deprecating input fields and arguments #1382
v15.3.2
Fixed
- Call static methods in
SchemaPrinter
with static::
to enable overrides
v15.3.1
Fixed
- Allow sending both
query
and queryId
, let persistedQueryLoader
handle it #1372