File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,25 @@ This library provides extended validation of fields and field arguments for [gra
13
13
14
14
This code is currently under construction. It is fairly complete in providing powerful validation
15
15
but as it has NOT be consumed by a production like project then its API usefulness has not been tested
16
- and its code has not been battle tested.
16
+ and battle tested.
17
17
18
18
But the project welcomes all feedback and input on code design and validation requirements.
19
19
20
+ ``` xml
21
+ <dependency >
22
+ <groupId >com.graphql-java</groupId >
23
+ <artifactId >graphql-java-extended-validation</artifactId >
24
+ <version >0.0.1</version >
25
+ <type >pom</type >
26
+ </dependency >
27
+ ```
28
+
29
+ ``` groovy
30
+ compile 'com.graphql-java:graphql-java-extended-validation:0.0.1'
31
+ ```
32
+
33
+ Its currently available from JCenter repo and Maven central is pending.
34
+
20
35
21
36
# SDL @Directive constraints
22
37
You can’t perform that action at this time.
0 commit comments