Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit c6578cb

Browse files
authored
Merge pull request #823 from BlasiusSecundus/feature/update-readme-for-scalars
docs: update scalar-related part of the readme
2 parents 1785275 + 1049334 commit c6578cb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,10 @@ graphql:
547547
extended-scalars: BigDecimal, Date
548548
```
549549

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`.
555554

556555
This setting works with both the [GraphQL Java Tools](#graphql-java-tools) and the
557556
[GraphQL Annotations](#graphql-annotations) integration.
@@ -566,7 +565,7 @@ scalar Date
566565

567566
## Aliased scalars
568567

569-
*Requires version 12.0.1 or greater*
568+
*Requires version 13.0.0 or greater*
570569

571570
The starter also supports [aliased scalars](https://github.com/graphql-java/graphql-java-extended-scalars#alias-scalars).
572571
You can define aliases for any standard or extended scalar, as shown in the example below. Note that

0 commit comments

Comments
 (0)