You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@
9
9
10
10
This library provides extended scalars for [graphql-java](https://github.com/graphql-java/graphql-java)
11
11
12
-
[GraphQL Scalars](https://spec.graphql.org/draft/#sec-Scalars) are the primitive leaf values in the GraphQL type system and can't be queried further via sub-field selections.
12
+
[GraphQL Scalars](https://spec.graphql.org/draft/#sec-Scalars) are the primitive leaf values in the GraphQL type system which cannot be queried further via sub-field selections.
13
13
14
-
The GraphQL Specification defines `String`, `Int`, `Float`, `Boolean` and `ID` as well-defined [built-in scalars](https://spec.graphql.org/October2021/#sec-Scalars.Built-in-Scalars) that must be present in a graphql type
15
-
system. Beyond these, it is up to an implementation about what [custom scalars](https://spec.graphql.org/October2021/#sec-Scalars.Custom-Scalars) are present.
14
+
The GraphQL Specification defines `String`, `Int`, `Float`, `Boolean` and `ID` as well-defined [built-in scalars](https://spec.graphql.org/draft/#sec-Scalars.Built-in-Scalars) that must be present in a graphql type
15
+
system. Beyond these, it is up to an implementation to decide what [custom scalars](https://spec.graphql.org/draft/#sec-Scalars.Custom-Scalars) are present.
16
16
17
17
You would use custom scalars when you want to describe more meaningful behavior or ranges of values.
18
18
@@ -32,7 +32,7 @@ or the following into your Maven config
@@ -42,8 +42,6 @@ or the following into your Maven config
42
42
>
43
43
> use 20.0 or above for graphql-java 20.x and above
44
44
45
-
It's currently available from Maven Central.
46
-
47
45
## How to use extended scalars
48
46
49
47
### Direct use
@@ -70,7 +68,7 @@ public class GraphQlConfig {
70
68
71
69
### Netflix DGS
72
70
73
-
If you are using [Netflix DGS](https://netflix.github.io/dgs), please see their [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars)
71
+
If you are using [Netflix DGS](https://netflix.github.io/dgs), please see their [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars).
0 commit comments