Skip to content

Releases: webonyx/graphql-php

v14.11.0

29 Oct 13:08

Choose a tag to compare

Feat:

  • Allow field definitions to be defined as any iterable, not just array

v14.10.0

28 Oct 14:01

Choose a tag to compare

Feat:

  • Make IntType constants MAX_INT and MIN_INT public

v14.9.0

15 Jun 16:14

Choose a tag to compare

Feat:

  • Add support for type config decorator in SchemaExtender

v14.8.0

01 Jun 10:25

Choose a tag to compare

Feat:

  • Implement GraphQL\Utils\AST::getOperationAST()

v14.7.0

17 May 19:22

Choose a tag to compare

Feat:

  • Allow providing field definitions as a callable and resolve them lazily

v14.6.4

11 May 12:38

Choose a tag to compare

Fix:

  • Avoid crashing in QueryPlan when __typename is used in the query

v14.6.3

10 May 15:31

Choose a tag to compare

Refactoring:

  • Improve performance of subtype checks

v14.6.2

23 Apr 09:27
bcbb692

Choose a tag to compare

Fix:

  • Fix overly eager validation of repeatable directive usage

v14.6.1

29 Mar 15:05
cb54f64

Choose a tag to compare

Fix:

  • Add fallback for directive.isRepeatable in BuildClientSchema

v14.6.0

29 Mar 11:46
fe227f1

Choose a tag to compare

Feat:

  • Open ReferenceExecutor for extending