Skip to content

Releases: webonyx/graphql-php

v14.11.10

05 Jul 14:26

Choose a tag to compare

Fixed:

  • Fix PHP 8.2 deprecated string interpolation syntax
  • Fix PHP 8.2 deprecated dynamic properties

v15.5.1

16 Jun 12:19
b305633

Choose a tag to compare

Fixed

  • Remove useless and broken Parser::document(), use parse()

v15.5.0

30 May 13:11
0dd4dd8

Choose a tag to compare

Added

  • Add ScopedContext interface to control cloning of the context value

v15.4.0

11 May 10:26

Choose a tag to compare

Added

  • Allow deprecating input fields and arguments #1382

v15.3.2

09 May 13:43

Choose a tag to compare

Fixed

  • Call static methods in SchemaPrinter with static:: to enable overrides

v15.3.1

30 Apr 10:08

Choose a tag to compare

Fixed

  • Allow sending both query and queryId, let persistedQueryLoader handle it #1372

v15.3.0

20 Apr 07:54

Choose a tag to compare

Added

  • Provide a custom name for the Enum generated by PhpEnumType #1368

v15.2.5

17 Apr 09:11

Choose a tag to compare

Fixed

  • Merge selected fields in ResolveInfo::getFieldSelection() #1365

v15.2.4

20 Mar 18:51

Choose a tag to compare

Fixed

  • Ensure OperationDefinitionNode.variableDefinitions is initialized

v15.2.3

08 Mar 11:44

Choose a tag to compare

Fixed

  • Annotate @throws accurately