Skip to content

Releases: graphpql/graphpinator

Scalar description, improvements in addon types

02 Oct 18:33
Compare
Choose a tag to compare
  • Scalar descriptions are printed
  • Changed addon types description
  • Replaced date format

Added Addon types

02 Oct 15:21
30df640
Compare
Choose a tag to compare
Merge pull request #46 from Maxofil/addon-types

added addon types + tests for addons

Added printing of directive arguments

21 Sep 15:25
Compare
Choose a tag to compare
v0.17.3

added printing of directive arguments

Bugfixes

21 Sep 14:55
Compare
Choose a tag to compare
  • fixed obsolete condition which crashed abstract type resolution
  • allowed parser\fieldset to contain fields with duplicit name (alias could be different)

Introspection shows arguments for typesystem directives

21 Sep 11:48
Compare
Choose a tag to compare

Input constraint

21 Sep 10:29
Compare
Choose a tag to compare
  • New InputConstraint with atLeastOne and exactlyOne settings
  • Typesystem directives are now returned via introspection
  • Added printing of deprecation reason

Normalizer exceptions are outputable

18 Sep 09:27
Compare
Choose a tag to compare

Code cleanup, tests & exception improvements

17 Sep 15:03
Compare
Choose a tag to compare

Constraints for Input fields and arguments.

17 Sep 10:42
Compare
Choose a tag to compare

Fixed merging of object arguments if default is null.

16 Sep 15:42
Compare
Choose a tag to compare
v0.15.1

fixed merging of default object values if default value is null