@@ -48,19 +48,7 @@ the `name` field must be at least 3 characters long and no more than 100 charact
4848
4949## The supplied constraints
5050
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 -->
6452
6553### @AssertFalse
6654
@@ -127,6 +115,20 @@ The element must be a number inside the specified `integer` and `fraction` range
127115- Message : `graphql .validation .Digits .message `
128116
129117
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+
130132### @Max
131133
132134The 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
268270- SDL : `directive @Size (min : Int = 0, max : Int = 2147483647, message : String = "graphql.validation.Size.message" ) on ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION `
269271
270272- Message : `graphql .validation .Size .message `
273+
274+ <!-- --- -->
0 commit comments