Skip to content

Releases: rebing/graphql-laravel

Fixed default error handler

24 Jan 22:58
Compare
Choose a tag to compare
v1.17.6

Merge branch 'release/v1.17.6'

v1.17.3

29 Jan 12:58
Compare
Choose a tag to compare
  • Bump webonxy/graphql-php version requirement
  • Add support for custom error handler config handle_errors

Fixed validation

17 Dec 10:16
Compare
Choose a tag to compare
v1.16.0

Merge branch 'release/v1.16.0'

Validation error messages

20 Jul 05:24
Compare
Choose a tag to compare

Can now add custom validation error messages to Queries and Mutations

Added support for query complexity and depth

16 May 07:25
Compare
Choose a tag to compare

More details here https://github.com/webonyx/graphql-php#security

Also added support for InputObjectType rules validation.

Interfaces and Unions

Rules supported for all Fields

10 Apr 13:26
Compare
Choose a tag to compare

Added rules support for Query fields

Alias

10 Mar 10:34
ebd67fe
Compare
Choose a tag to compare

An alias can be set to a field that corresponds to its database column.

Allow subscription types to be added

28 Feb 12:55
Compare
Choose a tag to compare

Supports creating the schema, but the underlying PHP functionality does not do anything.

GET routes

23 Sep 10:23
Compare
Choose a tag to compare
v1.6.1

GET routes