Skip to content

Releases: graphpql/graphpinator-constraint-directives

1.3.2

10 Nov 18:11
c70f3c4
Compare
Choose a tag to compare
  • Bumped dependencies

1.3.1

12 Mar 10:50
8499624
Compare
Choose a tag to compare
  • Fixed scenarios for objectConstraint atLeast which gave incorrect results for TypeValue

1.3

01 Dec 14:28
a44bcc2
Compare
Choose a tag to compare
1.3
  • Added new functionality for @objectConstraint
    • new atMostOne option
    • new atLeast, atMost, exactly universal options

1.2.4

27 Sep 11:52
5dda2ea
Compare
Choose a tag to compare
  • Compatibility with Graphpinator 1.1 (tests only)

1.2.3

15 Jun 21:16
dab37b5
Compare
Choose a tag to compare
  • Update ObjectConstraint to work correctly with omitted input fields (Graphpinator RC 29)

1.2.2

11 Jun 11:13
f09394e
Compare
Choose a tag to compare
  • Converted all aliases to adjustments from Graphpinator RC 28

1.2.1

07 Jun 16:44
2c6c51c
Compare
Choose a tag to compare
  • Resolved namespace adjustments from Graphpinator RC 28

1.2

31 May 21:40
f2a6b8f
Compare
Choose a tag to compare
1.2
  • Added UploadConstraint
  • Fixed a bug with VariableValue

1.1

29 May 19:51
4f79d1f
Compare
Choose a tag to compare
1.1
  • Allowed constraints to be declared on variable definition

1.0.2

28 Mar 17:51
125883a
Compare
Choose a tag to compare
  • Upgrade to graphpinator rc16 - replaced constant with isPure function