Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v14.11.10
05 Jul 14:26
Compare
Sorry, something went wrong.
No results found
Fixed:
Fix PHP 8.2 deprecated string interpolation syntax
Fix PHP 8.2 deprecated dynamic properties
v15.5.1
16 Jun 12:19
Compare
Sorry, something went wrong.
No results found
Fixed
Remove useless and broken Parser::document()
, use parse()
v15.5.0
30 May 13:11
Compare
Sorry, something went wrong.
No results found
Added
Add ScopedContext
interface to control cloning of the context value
v15.4.0
11 May 10:26
Compare
Sorry, something went wrong.
No results found
Added
Allow deprecating input fields and arguments #1382
v15.3.2
09 May 13:43
Compare
Sorry, something went wrong.
No results found
Fixed
Call static methods in SchemaPrinter
with static::
to enable overrides
v15.3.1
30 Apr 10:08
Compare
Sorry, something went wrong.
No results found
Fixed
Allow sending both query
and queryId
, let persistedQueryLoader
handle it #1372
v15.3.0
20 Apr 07:54
Compare
Sorry, something went wrong.
No results found
Added
Provide a custom name for the Enum generated by PhpEnumType
#1368
v15.2.5
17 Apr 09:11
Compare
Sorry, something went wrong.
No results found
Fixed
Merge selected fields in ResolveInfo::getFieldSelection()
#1365
v15.2.4
20 Mar 18:51
Compare
Sorry, something went wrong.
No results found
Fixed
Ensure OperationDefinitionNode.variableDefinitions
is initialized
v15.2.3
08 Mar 11:44
Compare
Sorry, something went wrong.
No results found
Fixed
Annotate @throws
accurately