customScalarsMapping

@ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v3_0_1)
abstract val customScalarsMapping: MapProperty<String, String>

For custom scalar types like Date, map from the GraphQL type to the Java/Kotlin type.

Default value: the empty map