Skip to content

Releases: webonyx/graphql-php

v14.11.4

20 Jan 15:13
Compare
Choose a tag to compare

Fixed

  • Fix repeatable directive validation for AST

v14.11.3

19 Nov 09:43
Compare
Choose a tag to compare

Fixed

  • Fix compatibility of more methods with native return type in PHP 8.1

v14.11.2

18 Nov 09:45
Compare
Choose a tag to compare

Fixed

  • Support non-JSON ServerRequestInterface

v14.11.1

15 Nov 10:26
Compare
Choose a tag to compare

Fixed

  • Fix compatibility of methods with native return type in PHP 8.1

v14.11.0

29 Oct 13:08
Compare
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
Compare
Choose a tag to compare

Feat:

  • Make IntType constants MAX_INT and MIN_INT public

v14.9.0

15 Jun 16:14
Compare
Choose a tag to compare

Feat:

  • Add support for type config decorator in SchemaExtender

v14.8.0

01 Jun 10:25
Compare
Choose a tag to compare

Feat:

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

v14.7.0

17 May 19:22
Compare
Choose a tag to compare

Feat:

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

v14.6.4

11 May 12:38
Compare
Choose a tag to compare

Fix:

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