Releases: webonyx/graphql-php
Releases · webonyx/graphql-php
v14.11.0
29 Oct 13:08
Compare
Sorry, something went wrong.
No results found
Feat:
Allow field definitions to be defined as any iterable
, not just array
v14.10.0
28 Oct 14:01
Compare
Sorry, something went wrong.
No results found
Feat:
Make IntType
constants MAX_INT
and MIN_INT
public
v14.9.0
15 Jun 16:14
Compare
Sorry, something went wrong.
No results found
Feat:
Add support for type config decorator in SchemaExtender
v14.8.0
01 Jun 10:25
Compare
Sorry, something went wrong.
No results found
Feat:
Implement GraphQL\Utils\AST::getOperationAST()
v14.7.0
17 May 19:22
Compare
Sorry, something went wrong.
No results found
Feat:
Allow providing field definitions as a callable and resolve them lazily
v14.6.4
11 May 12:38
Compare
Sorry, something went wrong.
No results found
Fix:
Avoid crashing in QueryPlan
when __typename
is used in the query
v14.6.3
10 May 15:31
Compare
Sorry, something went wrong.
No results found
Refactoring:
Improve performance of subtype checks
v14.6.2
23 Apr 09:27
Compare
Sorry, something went wrong.
No results found
Fix:
Fix overly eager validation of repeatable directive usage
v14.6.1
29 Mar 15:05
Compare
Sorry, something went wrong.
No results found
Fix:
Add fallback for directive.isRepeatable
in BuildClientSchema
v14.6.0
29 Mar 11:46
Compare
Sorry, something went wrong.
No results found
Feat:
Open ReferenceExecutor for extending