Skip to content

Commit 28b1cb4

Browse files
authored
Update scalars.md
1 parent 41f166f commit 28b1cb4

File tree

1 file changed

+1
-1
lines changed
  • website/docs/schema-generator/writing-schemas

1 file changed

+1
-1
lines changed

website/docs/schema-generator/writing-schemas/scalars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extended scalar types provided by `graphql-java`.
1616

1717
:::caution
1818
Extended GraphQL scalar types provided by `graphql-java` were [deprecated in v15](https://github.com/graphql-java/graphql-java/releases/tag/v15.0).
19-
This includes the following types: `Long`, `Short`, `Float`, `BigInteger`, `BigDecimal`, and `Char`. If you are currently
19+
This includes the following types: `Double`, `Long`, `Short`, `Float`, `BigInteger`, `BigDecimal`, and `Char`. If you are currently
2020
using these types, they will be removed in future `graphql-java` releases.
2121

2222
See the [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) project if you need continued support.

0 commit comments

Comments
 (0)