Skip to content

Commit 65b308d

Browse files
committed
spillin
1 parent d6834f9 commit 65b308d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library provides extended scalars for [graphql-java](https://github.com/gra
44

55
Scalars in graphql are the leaf nodes of a query, the non compound values that cant be queried further via sub field selections.
66

7-
The graphql standard specifies `String`, `Int`, `Float`, `Boolean` and `ID` must be present in a graphql type
7+
The graphql standard specifies that the `String`, `Int`, `Float`, `Boolean` and `ID` scalars must be present in a graphql type
88
system but after that it is up to an implementation about what custom scalars are present.
99

1010
You would use custom scalars when you want to describe more meaningful behavior or ranges of values.

0 commit comments

Comments
 (0)