Skip to content

Releases: webonyx/graphql-php

v15.21.3

24 Jul 08:17
8404965

Choose a tag to compare

Fixed

  • Make querying isOneOf optional in Introspection query #1737

v15.21.2

10 Jul 08:58

Choose a tag to compare

Fixed

  • Add missing isOneOf to Introspection query #1729

v15.21.1

09 Jul 17:26

Choose a tag to compare

Fixed

  • Output @oneOf directive in SchemaPrinter #1727

v15.21.0

08 Jul 08:25

Choose a tag to compare

Added

  • Add support for @oneOf input object directive - enables "input unions" where exactly one field must be provided #1715

v15.20.1

04 Jul 07:48

Choose a tag to compare

Fixed

  • Avoid unnecessary @throws annotations for known correct configuration #1716

v15.20.0

21 Mar 08:45

Choose a tag to compare

Added

  • Add keys type and unions to ResolveInfo::getFieldSelectionWithAliases result #1681

v15.19.1

19 Dec 10:52

Choose a tag to compare

Fixed

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

v15.19.0

04 Dec 19:14

Choose a tag to compare

Added

  • Add method getFieldSelectionWithAliases to class ResolveInfo #1648

v15.18.1

13 Nov 16:22
a167afa

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

Choose a tag to compare

Added

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