@@ -547,11 +547,10 @@ graphql:
547
547
extended-scalars: BigDecimal, Date
548
548
```
549
549
550
- The available scalars are the following: ` BigDecimal ` , ` BigInteger ` , ` Byte ` , ` Char ` , ` Date `
551
- , ` DateTime ` , ` JSON ` ,
552
- ` Locale ` , ` Long ` , ` NegativeFloat ` , ` NegativeInt ` , ` NonNegativeFloat ` , ` NonNegativeInt `
553
- , ` NonPositiveFloat ` ,
554
- ` NonPositiveInt ` , ` Object ` , ` PositiveFloat ` , ` PositiveInt ` , ` Short ` , ` Time ` , ` Url ` .
550
+ The available scalars are the following: ` BigDecimal ` , ` BigInteger ` , ` Byte ` , ` Char ` , ` Date ` ,
551
+ ` DateTime ` , ` JSON ` , ` LocalTime ` * (since 13.0.0)* , ` Locale ` , ` Long ` , ` NegativeFloat ` , ` NegativeInt ` ,
552
+ ` NonNegativeFloat ` , ` NonNegativeInt ` , ` NonPositiveFloat ` ,` NonPositiveInt ` , ` Object ` , ` PositiveFloat ` ,
553
+ ` PositiveInt ` , ` Short ` , ` Time ` , ` UUID ` * (since 13.0.0)* , ` Url ` .
555
554
556
555
This setting works with both the [ GraphQL Java Tools] ( #graphql-java-tools ) and the
557
556
[ GraphQL Annotations] ( #graphql-annotations ) integration.
@@ -566,7 +565,7 @@ scalar Date
566
565
567
566
## Aliased scalars
568
567
569
- * Requires version 12 .0.1 or greater*
568
+ * Requires version 13 .0.0 or greater*
570
569
571
570
The starter also supports [ aliased scalars] ( https://github.com/graphql-java/graphql-java-extended-scalars#alias-scalars ) .
572
571
You can define aliases for any standard or extended scalar, as shown in the example below. Note that
0 commit comments