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.
- Ignore query parameters in non-GET requests #26
- Support Laravel 13 #22
- Support Laravel 11 #16
- Do not publish
testsdirectory in composer package #15
- Throw
BadMultipartRequestGraphQLExceptionfor invalidmultipart/form-datarequests #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
BadRequestGraphQLExceptionon invalid requests
- Support for Laravel 9
- Added support for version
^2ofthecodingmachine/safe
- Fix parsing of complex content types
- Recognize
Content-Type: application/graphql+jsoninRequestParser
- Add
RequestParserto convert an incoming HTTP request to one or moreOperationParams