66
77---
88
9- # graphql-java-datetime · ; [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/tailrocks/graphql-java-datetime/blob/master/LICENSE ) [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://github.com/tailrocks/graphql-java-datetime/pulls )
9+ # graphql-java-datetime
10+
11+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/tailrocks/graphql-java-datetime/blob/master/LICENSE )
12+ [ ![ Build Status] ( https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master )] ( https://travis-ci.org/tailrocks/graphql-java-datetime )
13+ [ ![ Latest Release] ( https://img.shields.io/maven-central/v/tailrocks/graphql-java-datetime )] ( https://maven-badges.herokuapp.com/maven-central/tailrocks/graphql-java-datetime/ )
14+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://github.com/tailrocks/graphql-java-datetime/pulls )
1015
1116GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with
1217[ graphql-java] ( https://github.com/graphql-java/graphql-java ) .
1318
14- [ ![ Build Status] ( https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master )] ( https://travis-ci.org/tailrocks/graphql-java-datetime )
1519
1620# Summary
1721
18- A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java
19- implementation ([ graphql-java] ( https://github.com/graphql-java/graphql-java ) ) and GraphQL Java Kickstart
20- ([ com.graphql-java-kickstart: graphql-spring-boot-starter ] ( https://github.com/graphql-java-kickstart/graphql-spring-boot ) ).
22+ A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java implementation ([ graphql-java] ( https://github.com/graphql-java/graphql-java ) ), as well as starters for
23+ - GraphQL Java Kickstart [ graphql-java-kickstart] ( https://www.graphql-java-kickstart.com/spring-boot/ )
24+ - Netflix DGS Framework [ dgs-framework] ( https://netflix.github.io/dgs/ )
25+ - Spring GraphQL [ spring-graphql] ( https://spring.io/projects/spring-graphql )
2126
2227# Serialization
2328
@@ -51,9 +56,9 @@ implementation ([graphql-java](https://github.com/graphql-java/graphql-java)) an
5156## Spring Boot
5257
5358This library supports the following popular graphql-java framework:
54- - [ graphql-java-kickstart] ( https://www.graphql-java-kickstart.com/spring-boot/ )
55- - [ dgs-framework] ( https://netflix.github.io/dgs/ )
56- - [ spring-graphql] ( https://spring.io/projects/spring-graphql )
59+ - GraphQL Java Kickstart [ graphql-java-kickstart] ( https://www.graphql-java-kickstart.com/spring-boot/ )
60+ - Netflix DGS Framework [ dgs-framework] ( https://netflix.github.io/dgs/ )
61+ - Spring GraphQL [ spring-graphql] ( https://spring.io/projects/spring-graphql )
5762
5863Add one of the following starters according to your project.
5964
@@ -73,7 +78,7 @@ for **GraphQL Java Kickstart**:
7378</dependency >
7479```
7580
76- for ** DGS** :
81+ for ** Netflix DGS** :
7782
7883``` xml
7984<dependency >
0 commit comments