We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a7c3b commit 5312ccdCopy full SHA for 5312ccd
readme.md
@@ -9,6 +9,18 @@ system but after that it is up to an implementation about what custom scalars ar
9
10
You would use custom scalars when you want to describe more meaningful behavior or ranges of values.
11
12
+To use this library put the following into your gradle config
13
+
14
+ compile 'com.graphql-java:graphql-java-extended-scalars:<version???>'
15
16
+or the following into your Maven config
17
18
+ <dependency>
19
+ <groupId>com.graphql-java</groupId>
20
+ <artifactId>graphql-java-extended-scalars</artifactId>
21
+ <version>version???</version>
22
+ </dependency>
23
24
## DateTime Scalars
25
26
* `DateTime`
0 commit comments