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
Or if using [Spring for GraphQL](https://docs.spring.io/spring-graphql/docs/current/reference/html/), register the scalar with `RuntimeWiringConfigurer`
59
+
### Spring for GraphQL
60
+
61
+
If you are using [Spring for GraphQL](https://docs.spring.io/spring-graphql/docs/current/reference/html/), register the scalar with `RuntimeWiringConfigurer`
58
62
59
63
```java
60
64
@Configuration
@@ -66,7 +70,13 @@ public class GraphQlConfig {
66
70
}
67
71
```
68
72
69
-
And use the scalar in your schema
73
+
### Netflix DGS
74
+
75
+
If you are using [Netflix DGS](https://netflix.github.io/dgs) see their [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars)
76
+
77
+
## How to add extended scalars to your schema
78
+
79
+
To use a extended scalar in your schema, define the scalar like shown below for `DateTime`
0 commit comments