Skip to content

Releases: webonyx/graphql-php

v15.25.1

08 Oct 10:30
60ef919

Choose a tag to compare

Changed

  • Call AbstractType::resolveValue before AbstractType::resolveType #1781

v15.25.0

08 Oct 06:53

Choose a tag to compare

Added

  • Introduce resolveValue method to Interface and Union types #1776

v15.24.0

20 Aug 10:10

Choose a tag to compare

Added

  • Allow passing NonNull to Type::nonNull() #1757

v15.23.1

19 Aug 17:55

Choose a tag to compare

Changed

  • Improve Type::getNamedType() return type #1756

v15.23.0

19 Aug 13:05

Choose a tag to compare

Added

  • Allow replacing a Node with a NodeList in Visitor #1754

v15.22.4

19 Aug 09:10

Choose a tag to compare

Fixed

  • Fix NodeVisitor return type by allowing Node #1752

v15.22.3

13 Aug 12:42

Choose a tag to compare

Changed

  • Make class Printer fully static #1749

v15.22.2

12 Aug 12:11

Choose a tag to compare

Fixed

  • Do not escape forward slashes in Printer::doPrint #1748

v15.22.1

11 Aug 13:02

Choose a tag to compare

Fixed

  • Keep isOneOf directive when extending input objects with SchemaExtender #1745

v15.22.0

28 Jul 12:28

Choose a tag to compare

Added

  • Add argument includeDeprecated to introspection field __Directive.args 0dd0367

Changed

  • Make all includeDeprecated arguments in introspection fields non-nullable with default value false 851ddb5