Releases: marvinrabe/laravel-graphql-test
Releases · marvinrabe/laravel-graphql-test
0.4.1
0.4.0
- 💣 Breaking Change: Requires Laravel >= 8
- 🐜 Fix: TestResponse namespace
0.3.1: Merge pull request #4 from ivanyeoh/php-null-equal-array
- 🐜 Bug: Fixed type error (empty array equals null).
0.3.0
- 💣 Breaking Changes: Argument order for mutations when only passing 2 arguments has changed
- Before: (object, arguments)
- Now: (object, selectionSet)
- ⭐️ New Feature: Added Enum Helper