Skip to content

Releases: graphpql/graphpinator

1.7.5

18 Oct 08:43
Compare
Choose a tag to compare
  • Fixed a bug where nested inputs of the same type would not initialize properties in certain scenarios
  • maintanence

1.7.4

30 Aug 07:22
6f73b19
Compare
Choose a tag to compare
  • Fixed a bug where enum literal value was accepted for string/ID types under certain conditions

1.7.3

12 Aug 12:18
Compare
Choose a tag to compare
  • 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

18 Jul 08:50
cab0d95
Compare
Choose a tag to compare
  • Fixed a false positive which caused InvalidFragmentType exception being thrown incorrectly in specific case
  • Adopted new codestyle

1.7.1

13 Nov 10:08
Compare
Choose a tag to compare
  • Added new ErrorHandlingMode option
    • OUTPUTABLE - catch ClientAware and outputable, rethrow everything else

1.7

12 Nov 19:06
c7400f1
Compare
Choose a tag to compare
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

10 Nov 15:27
56bff13
Compare
Choose a tag to compare
1.6
  • Handling errors using new ClientAware interface
  • Updated codebase to reflect changes in parser & tokenizer
  • Removed dependency on nette/utils

1.5

07 Nov 15:48
44ef3a1
Compare
Choose a tag to compare
1.5

1.4.3

30 Oct 09:33
3b682ff
Compare
Choose a tag to compare
  • Fixed reporting a null value in non-null input field.

1.4.2

27 Oct 12:49
3cc6d72
Compare
Choose a tag to compare
  • Fixed introspection, where field Schema::subscriptionType returned mutationType instead