Releases: graphpql/graphpinator
Releases · graphpql/graphpinator
1.7.5
- Fixed a bug where nested inputs of the same type would not initialize properties in certain scenarios
- maintanence
1.7.4
- Fixed a bug where enum literal value was accepted for string/ID types under certain conditions
1.7.3
- Extended type of
SimpleContainer
init parameters from array
to iterable
- Can be used in tandem with Symfonys
AutowireIterator
without conversion to arrray
1.7.2
- Fixed a false positive which caused InvalidFragmentType exception being thrown incorrectly in specific case
- Adopted new codestyle
1.7.1
- Added new ErrorHandlingMode option
OUTPUTABLE
- catch ClientAware and outputable, rethrow everything else
1.7
- Introduced Error handling mode and removed
$catchExceptions
(with fallback)
NONE
- rethrow everything (same as $catchExceptions = false
)
ALL
- catch everything (same as $catchExceptions = true
)
CLIENT_AWARE
- catch ClientAware
, rethrow everything else
1.6
- Handling errors using new
ClientAware
interface
- Updated codebase to reflect changes in parser & tokenizer
- Removed dependency on nette/utils
1.4.3
- Fixed reporting a null value in non-null input field.
1.4.2
- Fixed introspection, where field Schema::subscriptionType returned mutationType instead