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`
51
+
52
+
@Configuration
53
+
public class GraphQlConfig {
54
+
@Bean
55
+
public RuntimeWiringConfigurer runtimeWiringConfigurer() {
0 commit comments