Releases: graphpql/graphpinator-constraint-directives
Releases · graphpql/graphpinator-constraint-directives
1.3.1
- Fixed scenarios for objectConstraint atLeast which gave incorrect results for TypeValue
1.3
- Added new functionality for
@objectConstraint
- new
atMostOne
option
- new
atLeast
, atMost
, exactly
universal options
1.2.4
- Compatibility with Graphpinator 1.1 (tests only)
1.2.3
- Update ObjectConstraint to work correctly with omitted input fields (Graphpinator RC 29)
1.2.2
- Converted all aliases to adjustments from Graphpinator RC 28
1.2.1
- Resolved namespace adjustments from Graphpinator RC 28
1.2
- Added UploadConstraint
- Fixed a bug with VariableValue
1.1
- Allowed constraints to be declared on variable definition
1.0.2
- Upgrade to graphpinator rc16 - replaced constant with isPure function