Description
Describe the bug
Hello. Thank you for creating such a wonderful library.
Our service is using this library, but we encountered a problem during the version upgrade. (11.0.0 -> 12.0.0)
The problem we experienced is that when creating a GraphqlInvocationInput
, an error occurs and it cannot be handled. For example, we are using an option related to the file size limit, which causes a FileSizeLimitExceededException
. It used to be able to handle this, but it seems to be missing as this changes in 11.0.1.
The problematic content is that the commit reflected in 11.0.1 is f8fbadb.
To Reproduce
Steps to reproduce the behavior:
MultipartConfigElement
custom settings- set
maxFileSize
small
- set
- Large file request beyond
maxFileSize
Expected behavior
We should be able to handle errors like before 11.0.1.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.