Skip to content

Releases: simPod/GraphQL-Utils

Add support for argument default values

08 Sep 12:20
70b0aa3

Choose a tag to compare

FieldBuilder::addArgument() now accepts a 4th defaultValue param

InvalidArgument is ClientAware

27 Feb 10:30

Choose a tag to compare

The DateTime type validation was not properly propagated as it was missing ClientAware and safe set to true

Support graphql-php v14

08 Oct 13:53
165be4f

Choose a tag to compare

v0.5.0

Add Infection badge

Last release for graphql-php v0.x

21 Aug 08:45
3ccaa4b

Choose a tag to compare

Insignificant changes

v0.4.0

26 Feb 11:37

Choose a tag to compare

  • Small fixes
  • UnionBuilder
  • Upgraded dependencies

v0.3.0

25 Nov 23:50

Choose a tag to compare

Fix readme formatting

v0.2.2

27 Nov 11:50

Choose a tag to compare

Support webonyx/graphql-php v ^0.13

v0.2.1

23 Nov 09:22

Choose a tag to compare

Renamed EnumBuilder::createFromName to EnumBuilder::create

BC break but fine as nobody was using it at a time.

v0.2.0

05 Nov 17:34

Choose a tag to compare

  • Introduced scalar DateTime
  • namespace changed to SimPod\GraphQLUtils
  • Error Formatter and Error classes introduced. See docs.

v0.1.1

13 Aug 07:10
26fd981

Choose a tag to compare

Bump graphql-php version