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 d6834f9 commit 65b308dCopy full SHA for 65b308d
readme.md
@@ -4,7 +4,7 @@ This library provides extended scalars for [graphql-java](https://github.com/gra
4
5
Scalars in graphql are the leaf nodes of a query, the non compound values that cant be queried further via sub field selections.
6
7
-The graphql standard specifies `String`, `Int`, `Float`, `Boolean` and `ID` must be present in a graphql type
+The graphql standard specifies that the `String`, `Int`, `Float`, `Boolean` and `ID` scalars must be present in a graphql type
8
system but after that it is up to an implementation about what custom scalars are present.
9
10
You would use custom scalars when you want to describe more meaningful behavior or ranges of values.
0 commit comments