Skip to content

Releases: graphpql/graphpinator-constraint-directives

2.1

12 Jan 13:24

Choose a tag to compare

  • Removed listConstraint directive from int/string/float oneOf argument as it caused cyclic directive dependencies, which are not allowed in newest GraphQL spec.

2.0.2

06 Jan 16:10

Choose a tag to compare

  • Fixed unique constraint for enum lists

2.0.1

05 Jan 09:40
cdd618d

Choose a tag to compare

  • Compatibility with latest GraPHPinator RC

2.0

18 Dec 21:50
4e32418

Choose a tag to compare

2.0
  • Compatibility with GraPHPinator 2.0

1.3.2

10 Nov 18:11
c70f3c4

Choose a tag to compare

  • Bumped dependencies

1.3.1

12 Mar 10:50
8499624

Choose a tag to compare

  • Fixed scenarios for objectConstraint atLeast which gave incorrect results for TypeValue

1.3

01 Dec 14:28
a44bcc2

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

Choose a tag to compare

  • Compatibility with Graphpinator 1.1 (tests only)

1.2.3

15 Jun 21:16
dab37b5

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

Choose a tag to compare

  • Converted all aliases to adjustments from Graphpinator RC 28