Skip to content

Releases: webonyx/graphql-php

v15.19.1

19 Dec 10:52
Compare
Choose a tag to compare

Fixed

  • Handle fields that return lists in ResolveInfo::getFieldSelectionWithAliases #1664

v15.19.0

04 Dec 19:14
Compare
Choose a tag to compare

Added

  • Add method getFieldSelectionWithAliases to class ResolveInfo #1648

v15.18.1

13 Nov 16:22
a167afa
Compare
Choose a tag to compare

Fixed

  • Reset static caches of instances using standard types when overriding them #1632

v15.18.0

31 Oct 12:11
Compare
Choose a tag to compare

Added

  • Propagate error messages of client-safe exceptions during parseValue #1624

v15.17.0

26 Oct 10:55
c1c9e5b
Compare
Choose a tag to compare

Added

  • Allow customizing PhpEnumType #1623

v15.16.1

25 Oct 11:58
Compare
Choose a tag to compare

Fixed

  • Make field args mapper optional #1622

v15.16.0

24 Oct 07:40
Compare
Choose a tag to compare

Added

  • Create field args mapper and cache args resolution #1587

v15.15.0

23 Oct 09:50
Compare
Choose a tag to compare

Added

  • Add field config decorator when building schema from SDL #1590

v15.14.3

17 Oct 13:03
fac6205
Compare
Choose a tag to compare

Fixed

  • Serialize BackedEnum instances by name, not value #1618

v15.14.2

08 Oct 08:43
Compare
Choose a tag to compare

Changed

  • Annotate return value of Helper::validateOperationParams as list #1615