@Bean
fun jsonScalar(objectMapper: ObjectMapper): GraphQLScalarType?

JSON scalar which can be used by annotating a function / property with @GraphQLType("JSON")

Return

the provided JSON scalar