Skip to content

Releases: webonyx/graphql-php

v15.6.1

07 Aug 13:53
86d5a65
Compare
Choose a tag to compare

Fixed

  • Allow lazy root type callables to return null #1422

v15.6.0

04 Aug 09:43
Compare
Choose a tag to compare

Added

  • Allow lazy root types query, mutation, subscription #1418

v15.5.3

24 Jul 13:25
Compare
Choose a tag to compare

Fixed

  • Also set queryId from Apollo-source sha256Hash if query is provided #1412

v15.5.2

24 Jul 12:49
Compare
Choose a tag to compare

Fixed

  • Do not set raw vars on query complexity rule if no validation rules are used #1413

v14.11.10

05 Jul 14:26
Compare
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
Compare
Choose a tag to compare

Fixed

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

v15.5.0

30 May 13:11
0dd4dd8
Compare
Choose a tag to compare

Added

  • Add ScopedContext interface to control cloning of the context value

v15.4.0

11 May 10:26
Compare
Choose a tag to compare

Added

  • Allow deprecating input fields and arguments #1382

v15.3.2

09 May 13:43
Compare
Choose a tag to compare

Fixed

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

v15.3.1

30 Apr 10:08
Compare
Choose a tag to compare

Fixed

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