Skip to content

Tags: michaelisah/graphql-laravel

Tags

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

v1.7.3

Toggle v1.7.3's commit message
Composer fix

v1.7.2

Toggle v1.7.2's commit message
Modified how SelectFields works with modelless relations

v1.7.1

Toggle v1.7.1's commit message
SelectFields fix

v1.6.1

Toggle v1.6.1's commit message
GET routes