All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Laravel 11 #16
- Do not publish
tests
directory in composer package #15
- Throw
BadMultipartRequestGraphQLException
for invalidmultipart/form-data
requests #14
- Fix parsing batched queries
- Rely on
$request->input()
instead of manually json decoding request body #12
- Support Laravel 10
- Support
webonyx/graphql-php:^15
- Consistently throw
BadRequestGraphQLException
on invalid requests
- Support for Laravel 9
- Added support for version
^2
ofthecodingmachine/safe
- Fix parsing of complex content types
- Recognize
Content-Type: application/graphql+json
inRequestParser
- Add
RequestParser
to convert an incoming HTTP request to one or moreOperationParams