Skip to content

Commit 3b5ef4e

Browse files
authored
Merge pull request #6 from donbeave/master
Added graphql-java-datetime
2 parents 5a25fd4 + a796fb0 commit 3b5ef4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Examples
88

99
* [todomvc-relay-java](https://github.com/graphql-java/todomvc-relay-java): Port of the Relay TodoMVC example to a java backend
10+
* [graphql-datetime-sample-app](https://github.com/donbeave/graphql-java-datetime/tree/master/graphql-datetime-sample-app): GraphQL example app with usage of date and time scalars
1011

1112
## Schema Libraries
1213

@@ -49,6 +50,11 @@
4950

5051
* [Moqui GraphQL](https://github.com/shendepu/moqui-graphql): An addon of Moqui framework to generate GraphQL Schema automatically.
5152

53+
54+
## Scalars
55+
56+
* [graphql-java-datetime](https://github.com/donbeave/graphql-java-datetime): A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java
57+
5258
## License
5359

5460
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)

0 commit comments

Comments
 (0)