Skip to content

Releases: graphpql/graphpinator

Ergonomic passing of arguments

10 Sep 22:41
Compare
Choose a tag to compare

Arguments are passed directly into resolver functions, instead of pasing an ArgumentValueSet object.

Fixed FieldResult typehints for abtract fields

08 Sep 15:32
Compare
Choose a tag to compare
v0.14.2

fixed fieldResult for abstract types

Improved Interface contract validation

08 Sep 14:01
Compare
Choose a tag to compare
  • fixed field type covariance
  • added validation of arguments and their contravariant types

Bugfixes and internal changes

07 Sep 12:10
Compare
Choose a tag to compare
  • Replaced Infinityloop\Utils\Json with custom implementation which disables the $assoc witch in json_decode.
  • Changed internal representation of object values to stdClass from array, array is now only for lists.
  • Fixed a bug where empty object encoed as [] instead of {}
  • Fixed printing of complex default value in introspection and schema printing.

Field selection merging

03 Sep 23:10
Compare
Choose a tag to compare
v0.13

codestyle fixes

Inteospection includes built in types and directives

01 Sep 13:41
cb53f49
Compare
Choose a tag to compare
Merge pull request #28 from vossik/types

Added option to return built in types and directives

Fixed selection of operation using operationName

31 Aug 13:37
9f6f161
Compare
Choose a tag to compare
Fix of #24 (#25)

* Fix of #24

* Added MultipleOperationsTest, removed default value from $name in Normalizer/Operation

* fixed codestyle

* Improved MultiOperationsTest

* Changed request validation, added tests

* Changed infection minCoveredMsi

Fixed resulution of inner abstract type

17 Aug 07:30
Compare
Choose a tag to compare
v0.12.4

fixed resulution of inner abstract types

Bumped utils to v1.3

10 Aug 13:21
e7680d8
Compare
Choose a tag to compare
v0.12.3

bumbed utils to 1.3

Request validation errors made printable

04 Aug 16:31
Compare
Choose a tag to compare
v0.12.2

Merge remote-tracking branch 'origin/master'