We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f166f commit 28b1cb4Copy full SHA for 28b1cb4
website/docs/schema-generator/writing-schemas/scalars.md
@@ -16,7 +16,7 @@ extended scalar types provided by `graphql-java`.
16
17
:::caution
18
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
+This includes the following types: `Double`, `Long`, `Short`, `Float`, `BigInteger`, `BigDecimal`, and `Char`. If you are currently
20
using these types, they will be removed in future `graphql-java` releases.
21
22
See the [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) project if you need continued support.
0 commit comments