Skip to content

Tags: taftse/graphql-laravel

Tags

v1.14.1

Toggle v1.14.1's commit message
Fix MorphTo (rebing#107)

* Fix MorphTo

MorphTo requires foreign key and foreign morph type

I tested and works

* Update SelectFields.php

v1.14.0

Toggle v1.14.0's commit message
Added file upload option

v1.13.0

Toggle v1.13.0's commit message
Added support for security rules

v1.12.0

Toggle v1.12.0's commit message
Add support for Unions (rebing#91)

* Add support for UnionType, refs rebing#63

* Extract Union functionality into extra class UnionType

* Add documentation for Union Types

v1.11.0

Toggle v1.11.0's commit message
Update Query.php (rebing#90)

* Update Query.php

Validation Rules should also apply to queries, just like it is for mutations.
The server should be able to catch validation errors and return proper messages whether the request is a query or a mutation.

* Update Field.php

* Update Query.php

* Update Mutation.php

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Alias field (rebing#86)

v1.9.5

Toggle v1.9.5's commit message
Allow subscription types to be added (rebing#84)

Based on @petecoop's PR at the @Folkloreatelier repo (folkloreinc/laravel-graphql@70707ec).

v1.9.1

Toggle v1.9.1's commit message
Updating route and controller to give us the ability to create multi …

…level URI names (rebing#69)

* Updating route and controller so it give us the ability to create multi level URI names

v1.9.0

Toggle v1.9.0's commit message
Updating route and controller to give us the ability to create multi …

…level URI names (rebing#69)

* Updating route and controller so it give us the ability to create multi level URI names

v1.8.2

Toggle v1.8.2's commit message
Updating route and controller to give us the ability to create multi …

…level URI names (rebing#69)

* Updating route and controller so it give us the ability to create multi level URI names