@@ -48,19 +48,7 @@ the `name` field must be at least 3 characters long and no more than 100 charact
48
48
49
49
## The supplied constraints
50
50
51
- ### @Arguments
52
-
53
- The provided expression must evaluate to true .
54
-
55
- - Example : `drivers ( first : Int, after : String!, last : Int, before : String)
56
- : DriverConnection @Arguments (expression : " ${args.containsOneOf('first','last') }" `
57
-
58
- - Applies to : `Output Fields `
59
-
60
- - SDL : `directive @Arguments (expression : String !, message : String = " graphql.validation.Arguments.message" ) on FIELD_DEFINITION `
61
-
62
- - Message : `graphql .validation .Arguments .message `
63
-
51
+ <!-- generated by DocHelper on 2019-08-17T11 :14:09.722Z -->
64
52
65
53
### @AssertFalse
66
54
@@ -127,6 +115,20 @@ The element must be a number inside the specified `integer` and `fraction` range
127
115
- Message : `graphql .validation .Digits .message `
128
116
129
117
118
+ ### @Expression
119
+
120
+ The provided expression must evaluate to true .
121
+
122
+ - Example : `drivers ( first : Int, after : String!, last : Int, before : String)
123
+ : DriverConnection @Expression (value : " ${args.containsOneOf('first','last') }" `
124
+
125
+ - Applies to : `All Types and Scalars `
126
+
127
+ - SDL : `directive @Expression (value : String !, message : String = " graphql.validation.Expression.message" ) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION `
128
+
129
+ - Message : `graphql .validation .Expression .message `
130
+
131
+
130
132
### @Max
131
133
132
134
The element must be a number whose value must be less than or equal to the specified maximum .
@@ -268,3 +270,5 @@ The element size must be between the specified `min` and `max` boundaries (inclu
268
270
- SDL : `directive @Size (min : Int = 0, max : Int = 2147483647, message : String = "graphql.validation.Size.message" ) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION `
269
271
270
272
- Message : `graphql .validation .Size .message `
273
+
274
+ <!-- --- -->
0 commit comments