Releases: laragraph/utils
Releases · laragraph/utils
v2.0.3
Fixed
- Do not publish
tests
directory in composer package #15
v2.0.2
Fixed
- Throw
BadMultipartRequestGraphQLException
for invalid multipart/form-data
requests #14
v2.0.1
Fixed
- Fix parsing batched queries
v2.0.0
Changed
- Rely on
$request->input()
instead of manually json decoding request body #12
v1.5.0
Added
- Support
webonyx/graphql-php:^15
v1.4.0
Changed
- Consistently throw
BadRequestGraphQLException
on invalid requests
v1.2.0
Added
- Added support for version
^2
of thecodingmachine/safe